mirror of
https://github.com/christianvidalwolf-prog/Craze-Data-check.git
synced 2026-08-03 18:35:24 +02:00
feat: remove Data Completeness module
This commit is contained in:
@@ -10,7 +10,6 @@ interface SidebarProps {
|
||||
export function Sidebar({ activeModule, setActiveModule }: SidebarProps) {
|
||||
const navItems = [
|
||||
{ id: 'descriptions', label: 'Product Descriptions', icon: FileText },
|
||||
{ id: 'completeness', label: 'Data Completeness', icon: CheckSquare },
|
||||
{ id: 'matrix', label: 'Matrix', icon: Table },
|
||||
{ id: 'upload', label: 'Upload / Reload', icon: Upload },
|
||||
] as const;
|
||||
|
||||
Reference in New Issue
Block a user