nav2 push 2 history with userId
This commit is contained in:
+5
-5
@@ -1,12 +1,12 @@
|
||||
import React from 'react';
|
||||
import { BrowserRouter, HashRouter } from 'react-router-dom';
|
||||
import { ThemeProvider } from '@emotion/react'
|
||||
import React from "react";
|
||||
import { BrowserRouter, HashRouter } from "react-router-dom";
|
||||
import { ThemeProvider } from "@emotion/react";
|
||||
|
||||
import { Dashboard } from './dashboard';
|
||||
import { Dashboard } from "./dashboard";
|
||||
|
||||
const App = () => {
|
||||
return (
|
||||
<ThemeProvider theme={{ colors: { main: 'green' } }}>
|
||||
<ThemeProvider theme={{ colors: { main: "green" } }}>
|
||||
<BrowserRouter>
|
||||
<Dashboard />
|
||||
</BrowserRouter>
|
||||
|
||||
Reference in New Issue
Block a user