first commit
This commit is contained in:
11
src/features/dashboard/components/DashboardGrid.tsx
Normal file
11
src/features/dashboard/components/DashboardGrid.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import SystemStatusCard from "./SystemStatusCard";
|
||||
|
||||
const DashboardGrid = () => {
|
||||
return (
|
||||
<div>
|
||||
<SystemStatusCard />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default DashboardGrid;
|
||||
Reference in New Issue
Block a user