update: enhance global card styling and sidebar menu appearance

This commit is contained in:
2025-10-08 14:38:00 +07:00
parent dcedf9fe19
commit 9806593319
6 changed files with 81 additions and 30 deletions

View File

@@ -2,6 +2,7 @@ import React from 'react'
import ReactDOM from 'react-dom/client'
import App from './App.jsx'
import './index.css'
import './App.css'
import { BreadcrumbProvider } from './layout/LayoutBreadcrumb.jsx';
ReactDOM.createRoot(document.getElementById('root')).render(