keycard-exit/App.tsx

9 lines
110 B
TypeScript

import Main from './src//Main';
const App = () => {
return (
<Main></Main>
);
};
export default App;