diff --git a/shell/public/index.html b/shell/public/index.html index db1cbb2..122a57e 100644 --- a/shell/public/index.html +++ b/shell/public/index.html @@ -2,9 +2,28 @@ + + + + + + + diff --git a/shell/src/bootstrap.tsx b/shell/src/bootstrap.tsx index 1273c7b..cf1ebdc 100644 --- a/shell/src/bootstrap.tsx +++ b/shell/src/bootstrap.tsx @@ -4,10 +4,9 @@ import { QueryClient, QueryClientProvider } from "react-query"; import { ReactQueryDevtools } from "react-query/devtools"; import { AppRouter } from "./pages/AppRouter.tsx"; -import './css/style.css'; -import './css/satoshi.css'; -import './css/config.css'; -import 'flatpickr/dist/flatpickr.min.css'; +// import './css/style.css'; +// import './css/satoshi.css'; +// import './css/config.css'; const queryClient = new QueryClient(); diff --git a/shell/src/components/Maps/MapOne.tsx b/shell/src/components/Maps/MapOne.tsx index 63e28db..200808e 100644 --- a/shell/src/components/Maps/MapOne.tsx +++ b/shell/src/components/Maps/MapOne.tsx @@ -1,7 +1,5 @@ import React, { useEffect } from 'react'; import jsVectorMap from 'jsvectormap'; -import 'jsvectormap/dist/css/jsvectormap.css'; -import 'jsvectormap/dist/maps/world.js' const MapOne = () => { useEffect(() => {