mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-21 21:31:12 -05:00
feat: Implement comprehensive search page
This commit is contained in:
@@ -18,6 +18,7 @@ import ParkOwners from "./pages/ParkOwners";
|
||||
import Auth from "./pages/Auth";
|
||||
import Profile from "./pages/Profile";
|
||||
import UserSettings from "./pages/UserSettings";
|
||||
import Search from "./pages/Search";
|
||||
import NotFound from "./pages/NotFound";
|
||||
import Terms from "./pages/Terms";
|
||||
import Privacy from "./pages/Privacy";
|
||||
@@ -43,6 +44,7 @@ function AppContent() {
|
||||
<Route path="/parks/:slug" element={<ParkDetail />} />
|
||||
<Route path="/parks/:parkSlug/rides/:rideSlug" element={<RideDetail />} />
|
||||
<Route path="/rides" element={<Rides />} />
|
||||
<Route path="/search" element={<Search />} />
|
||||
<Route path="/manufacturers" element={<Manufacturers />} />
|
||||
<Route path="/designers" element={<Designers />} />
|
||||
<Route path="/owners" element={<ParkOwners />} />
|
||||
|
||||
Reference in New Issue
Block a user