feat/fix(frontend): update shadcn compnents, fix debug drawer layout and font sizes
This commit is contained in:
@@ -3,6 +3,7 @@ import ReactDOM from 'react-dom/client';
|
||||
import { QueryClientProvider } from '@tanstack/react-query';
|
||||
import App from './App';
|
||||
import { queryClient } from './services/queryClient';
|
||||
import './index.css';
|
||||
|
||||
const rootElement = document.getElementById('root');
|
||||
if (!rootElement) {
|
||||
|
||||
Reference in New Issue
Block a user