Results Page + Contacts
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user