1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2025-01-07 17:17:40 +01:00
smov/src/App.tsx
2022-02-06 20:56:48 +01:00

9 lines
102 B
TypeScript

import './index.css';
function App() {
return (
<p>Hello world</p>
);
}
export default App;