feat: remove analytics tab

This commit is contained in:
Riccardo
2024-07-08 12:24:21 +02:00
parent b2fa1b04e6
commit c4805988fb
3 changed files with 1 additions and 26 deletions

View File

@@ -1,7 +0,0 @@
import { Paper } from '@mui/material';
export function Analytics() {
return (
<Paper sx={{ width: '100%', height: 'calc(100vh - 50px)' }}>To do</Paper>
);
}