Initial frontend setup with Tauri React and Tailwind

This commit is contained in:
litoral05
2026-05-20 09:28:19 +01:00
commit b38c374a81
40 changed files with 8424 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
import "../App.css";
function App() {
return (
<main className="min-h-screen bg-slate-950 text-slate-100">
LitoralRegas Frontend
</main>
);
}
export default App;