diff --git a/dashboard/src/index.tsx b/dashboard/src/index.tsx index 4b52cf0..301ec74 100644 --- a/dashboard/src/index.tsx +++ b/dashboard/src/index.tsx @@ -3,4 +3,4 @@ import ReactDOM from 'react-dom'; import App from './App'; import 'focus-visible/dist/focus-visible'; -ReactDOM.render(, document.getElementById('root')); +ReactDOM.render(
, document.getElementById('root'));