add map and icons pkg
This commit is contained in:
@@ -9,6 +9,8 @@ import App from './App';
|
||||
import reportWebVitals from './reportWebVitals';
|
||||
import Devices from './components/Devices';
|
||||
import TestAnalytics from './components/TestAnalytics';
|
||||
import WorldMap from './components/WorldMap';
|
||||
import RegistraionChart from './RegistraionChart';
|
||||
|
||||
const router = createBrowserRouter([
|
||||
{
|
||||
@@ -26,6 +28,10 @@ const router = createBrowserRouter([
|
||||
{
|
||||
path: "/analytics",
|
||||
element: <TestAnalytics />,
|
||||
},
|
||||
{
|
||||
path: "/map",
|
||||
element: <RegistraionChart />,
|
||||
}
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user