feat/fix(frontend): update shadcn compnents, fix debug drawer layout and font sizes

This commit is contained in:
Xin Wang
2026-03-10 16:21:58 +08:00
parent 47293ac46d
commit 13684d498b
20 changed files with 8700 additions and 3685 deletions

View File

@@ -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) {