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