search page + sorting starts
This commit is contained in:
@@ -6,6 +6,7 @@ import Company from "./pages/Company";
|
||||
import "./index.css";
|
||||
import Complex from "./pages/Complex";
|
||||
import ComplexWing from "./pages/ComplexWing";
|
||||
import Search from "./pages/Search";
|
||||
|
||||
const router = createBrowserRouter([
|
||||
{
|
||||
@@ -32,6 +33,10 @@ const router = createBrowserRouter([
|
||||
path: "/company",
|
||||
element: <Company />,
|
||||
},
|
||||
{
|
||||
path: "/search",
|
||||
element: <Search />,
|
||||
},
|
||||
],
|
||||
},
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user