This commit is contained in:
Florian Schroedl
2024-01-23 11:20:17 +01:00
commit 803c53b8b7
28 changed files with 2729 additions and 0 deletions

View 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;