fix: add missing SidebarRoot import in Sidebar.tsx
This commit is contained in:
parent
8c50876ba0
commit
90c9dd2622
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user