mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 07:51:13 -05:00
feat: Implement Operators listing page
This commit is contained in:
@@ -15,6 +15,7 @@ import Rides from "./pages/Rides";
|
||||
import Manufacturers from "./pages/Manufacturers";
|
||||
import Designers from "./pages/Designers";
|
||||
import ParkOwners from "./pages/ParkOwners";
|
||||
import Operators from "./pages/Operators";
|
||||
import Auth from "./pages/Auth";
|
||||
import Profile from "./pages/Profile";
|
||||
import UserSettings from "./pages/UserSettings";
|
||||
@@ -47,6 +48,7 @@ function AppContent() {
|
||||
<Route path="/manufacturers" element={<Manufacturers />} />
|
||||
<Route path="/designers" element={<Designers />} />
|
||||
<Route path="/owners" element={<ParkOwners />} />
|
||||
<Route path="/operators" element={<Operators />} />
|
||||
<Route path="/auth" element={<Auth />} />
|
||||
<Route path="/profile" element={<Profile />} />
|
||||
<Route path="/profile/:username" element={<Profile />} />
|
||||
|
||||
Reference in New Issue
Block a user