mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 03:51:12 -05:00
feat: Create ParkOwner card component
This commit is contained in:
@@ -14,6 +14,7 @@ import RideDetail from "./pages/RideDetail";
|
||||
import Rides from "./pages/Rides";
|
||||
import Manufacturers from "./pages/Manufacturers";
|
||||
import Designers from "./pages/Designers";
|
||||
import ParkOwners from "./pages/ParkOwners";
|
||||
import Auth from "./pages/Auth";
|
||||
import Profile from "./pages/Profile";
|
||||
import UserSettings from "./pages/UserSettings";
|
||||
@@ -44,6 +45,7 @@ function AppContent() {
|
||||
<Route path="/rides" element={<Rides />} />
|
||||
<Route path="/manufacturers" element={<Manufacturers />} />
|
||||
<Route path="/designers" element={<Designers />} />
|
||||
<Route path="/owners" element={<ParkOwners />} />
|
||||
<Route path="/auth" element={<Auth />} />
|
||||
<Route path="/profile" element={<Profile />} />
|
||||
<Route path="/profile/:username" element={<Profile />} />
|
||||
|
||||
Reference in New Issue
Block a user