fix: add missing SidebarRoot import in Sidebar.tsx

This commit is contained in:
Haitao Pan 2026-02-03 02:52:46 +08:00
parent 8c50876ba0
commit 90c9dd2622

View File

@ -2,7 +2,7 @@
import React from 'react'
import { QueryLanguage, TopologyMode } from '../store/urlState'
import { SidebarHeader, SidebarContent } from '@/components/layout/SidebarRoot'
import { SidebarRoot, SidebarHeader, SidebarContent } from '@/components/layout/SidebarRoot'
import { InsightSidebarContent } from './InsightSidebarContent'
interface SidebarProps {