Skip to content

Commit

Permalink
Missing import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloud956 committed Nov 21, 2023
1 parent b8e4b0a commit 12a10fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/CaseLawExplorer/components/DataBar/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {View} from 'colay-ui'
import React from 'react'
import {useUser} from '../../useUser'
import {useGraphEditor} from 'perfect-graph-new/hooks/useGraphEditor'
import {selectCluster, GraphClusterButton} from '../../cluster_graph'
import {selectCluster, GraphClusterButton, ClusterToggleSwitch} from '../../cluster_graph'
import {Graph} from '../../types'
import {ControllerContext, FullGraphContext} from '../../Contexts'
import {Collapsible, CollapsibleContainer, CollapsibleTitle} from 'perfect-graph-new/components/Collapsible'
Expand Down

0 comments on commit 12a10fe

Please sign in to comment.