initial commit
This commit is contained in:
7
src/App.tsx
Normal file
7
src/App.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { FC } from 'react';
|
||||
|
||||
const App: FC = () => {
|
||||
return <div>Hello World</div>;
|
||||
};
|
||||
|
||||
export default App;
|
||||
Reference in New Issue
Block a user