diff --git a/index.html b/index.html index 9b13fd3..2706895 100644 --- a/index.html +++ b/index.html @@ -37,19 +37,7 @@ - - - - diff --git a/src/components/Modal/DashboardDetailModal.ts b/src/components/Modal/DashboardDetailModal.ts index 7d43931..9905809 100644 --- a/src/components/Modal/DashboardDetailModal.ts +++ b/src/components/Modal/DashboardDetailModal.ts @@ -1,5 +1,6 @@ -import { HardwareAsset, SoftwareAsset } from '../../core/excelHandler'; import { state } from '../../core/state'; +import { ASSET_SCHEMA } from '../../core/schema'; +import { createIcons, X } from 'lucide'; const DASHBOARD_DETAIL_MODAL_HTML = `