|
|
@@ -8,6 +8,7 @@ import LoginPage from './pages/LoginPage';
|
|
|
import RegisterPage from './pages/RegisterPage';
|
|
|
import MemberPage from './pages/MemberPage';
|
|
|
import GrainOilDashboard from './pages/SupplyChainDashboards/GrainOilDashboard';
|
|
|
+import { FinancialDashboard } from './pages/FinancialDashboard/FinancialDashboard';
|
|
|
|
|
|
export const router = createBrowserRouter([
|
|
|
{
|
|
|
@@ -26,6 +27,10 @@ export const router = createBrowserRouter([
|
|
|
path: '/supply-chain/grain-oil',
|
|
|
element: <GrainOilDashboard />
|
|
|
},
|
|
|
+ {
|
|
|
+ path: '/financial-dashboard',
|
|
|
+ element: <FinancialDashboard />
|
|
|
+ },
|
|
|
{
|
|
|
path: '/member',
|
|
|
element: (
|