Results Page + Contacts

This commit is contained in:
2024-06-08 02:41:54 +01:00
parent cc73a8e3da
commit 601d5ac89d
23 changed files with 277 additions and 81 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import Home from "./routes/Home";
export default function App() {
return (
<div className="font-baijam bg-gradient-to-br from-custom-bglight to-custom-bgdark min-h-screen text-white">
<div className="font-baijam min-h-screen text-white">
<Routes>
<Route path="/" element={<Home />} />
</Routes>