Update dashboard
This commit is contained in:
parent
ca716ec1dd
commit
e0ae6aa2e0
|
@ -8,4 +8,5 @@ require('esbuild').build({
|
|||
splitting: true,
|
||||
format: 'esm',
|
||||
watch: !__is_prod__,
|
||||
logLevel: 'info',
|
||||
});
|
||||
|
|
|
@ -6,7 +6,9 @@ import { BrowserRouter } from 'react-router-dom';
|
|||
export default function Example() {
|
||||
return (
|
||||
<ChakraProvider>
|
||||
<BrowserRouter></BrowserRouter>
|
||||
<BrowserRouter>
|
||||
<h1>Dashboard</h1>
|
||||
</BrowserRouter>
|
||||
</ChakraProvider>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user