fix linting
All checks were successful
checks-impure / test (pull_request) Successful in 24s
checks / test (pull_request) Successful in 2m48s

This commit is contained in:
Arslan, Erdem
2023-11-25 01:43:31 +01:00
parent 2e82186e6d
commit e14b540687
3 changed files with 93 additions and 92 deletions

View File

@@ -3,7 +3,7 @@
import { NoDataOverlay } from "@/components/noDataOverlay";
import SummaryDetails from "@/components/summary_card";
import CustomTable from "@/components/table";
import {HomeDummyData, HomeTableConfig} from "@/mock/home";
import { HomeDummyData, HomeTableConfig } from "@/mock/home";
export default function Home() {
return (