chore: remove office module from webui and api

This commit is contained in:
lpf
2026-03-05 20:05:10 +08:00
parent eae7864286
commit 1eacfaba41
42 changed files with 1 additions and 1580 deletions

View File

@@ -1,5 +1,5 @@
import React from 'react';
import { LayoutDashboard, MessageSquare, Settings, Clock, Server, Terminal, Zap, FolderOpen, ClipboardList, ListTodo, BrainCircuit, Hash, Map } from 'lucide-react';
import { LayoutDashboard, MessageSquare, Settings, Clock, Server, Terminal, Zap, FolderOpen, ClipboardList, ListTodo, BrainCircuit, Hash } from 'lucide-react';
import { useTranslation } from 'react-i18next';
import { useAppContext } from '../context/AppContext';
import NavItem from './NavItem';
@@ -38,7 +38,6 @@ const Sidebar: React.FC = () => {
{
title: t('sidebarInsights'),
items: [
{ icon: <Map className="w-5 h-5" />, label: t('office'), to: '/office' },
{ icon: <BrainCircuit className="w-5 h-5" />, label: t('ekg'), to: '/ekg' },
],
},