Fix imports for hooks

This commit is contained in:
1ilit
2024-04-05 05:12:50 +03:00
parent 9036a96a22
commit 8cf95a9a06
16 changed files with 66 additions and 79 deletions

View File

@@ -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();