mirror of
https://github.com/sussy-code/smov.git
synced 2025-01-07 17:17:40 +01:00
9 lines
102 B
TypeScript
9 lines
102 B
TypeScript
import './index.css';
|
|
|
|
function App() {
|
|
return (
|
|
<p>Hello world</p>
|
|
);
|
|
}
|
|
|
|
export default App;
|