1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2025-01-08 17:27:40 +01:00
smov/src/App.tsx

10 lines
102 B
TypeScript
Raw Normal View History

2022-02-06 20:56:48 +01:00
import './index.css';
function App() {
return (
<p>Hello world</p>
);
}
export default App;