generated from Luis/nextjs-python-web-template
try to make the build go through
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import { DashboardCard } from "@/components/card";
|
||||
import { NoDataOverlay } from "@/components/noDataOverlay";
|
||||
import CustomTable from "@/components/table";
|
||||
import { DLGTableConfig, DLGdummyData } from "@/mock/DLG";
|
||||
|
||||
export const RecentActivity = () => {
|
||||
return (
|
||||
@@ -9,10 +7,6 @@ export const RecentActivity = () => {
|
||||
<div className="flex w-full justify-center align-middle">
|
||||
<NoDataOverlay label="No Activity yet" />
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<CustomTable data={DLGdummyData} configuration={DLGTableConfig} />
|
||||
</div>
|
||||
</DashboardCard>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user