- improved the system status ui
This commit is contained in:
12
src/features/dashboard/components/SystemOverview.tsx
Normal file
12
src/features/dashboard/components/SystemOverview.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import Card from "../../../ui/Card";
|
||||
import CardHeader from "../../../ui/CardHeader";
|
||||
|
||||
const SystemOverview = () => {
|
||||
return (
|
||||
<Card className="p-4">
|
||||
<CardHeader title="System Overview" />
|
||||
</Card>
|
||||
);
|
||||
};
|
||||
|
||||
export default SystemOverview;
|
||||
Reference in New Issue
Block a user