feat: initialize main application dashboard and service management UI
This commit is contained in:
@@ -735,9 +735,7 @@ function App(): JSX.Element {
|
||||
|
||||
{activeTab === 'dashboard' && (
|
||||
<>
|
||||
<Typography variant="h5" gutterBottom sx={{ mb: 3, fontWeight: 'medium' }}>
|
||||
Hızlı Bakış
|
||||
</Typography>
|
||||
|
||||
|
||||
<Box sx={{ borderBottom: 1, borderColor: 'divider', mb: 3 }}>
|
||||
<Tabs value={dashboardTab} onChange={(_e, v) => setDashboardTab(v)} textColor="primary" indicatorColor="primary">
|
||||
|
||||
Reference in New Issue
Block a user