import React, { useState } from 'react'; export const Entrance: React.FC = () => { } return( <> Main ) }