mirror of
https://github.com/drawdb-io/drawdb.git
synced 2026-02-12 02:00:40 +08:00
Fix imports for hooks
This commit is contained in:
@@ -6,8 +6,7 @@ import AreasOverview from "./AreasOverview";
|
||||
import NotesOverview from "./NotesOverview";
|
||||
import TypesOverview from "./TypesOverview";
|
||||
import Issues from "./Issues";
|
||||
import useLayout from "../../hooks/useLayout";
|
||||
import useSelect from "../../hooks/useSelect";
|
||||
import { useLayout, useSelect } from "../../hooks";
|
||||
|
||||
export default function SidePanel({ width, resize, setResize }) {
|
||||
const { layout } = useLayout();
|
||||
|
||||
Reference in New Issue
Block a user