Init
This commit is contained in:
7
src/components/main/Root.tsx
Normal file
7
src/components/main/Root.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import React from "react";
|
||||
|
||||
const App: React.FC = () => {
|
||||
return <div className="fixed top-0 right-0 bottom-0 left-0">Hello world</div>;
|
||||
};
|
||||
|
||||
export default App;
|
||||
Reference in New Issue
Block a user