mirror of
https://github.com/docmost/docmost.git
synced 2025-11-17 05:41:16 +10:00
refactor layout
* ui polishing * frontend and backend fixes
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { asideStateAtom } from '@/components/navbar/atoms/sidebar-atom';
|
||||
import { useAtom } from 'jotai';
|
||||
import { asideStateAtom } from "@/components/layouts/global/hooks/atoms/sidebar-atom";
|
||||
import { useAtom } from "jotai";
|
||||
|
||||
const useToggleAside = () => {
|
||||
const [asideState, setAsideState] = useAtom(asideStateAtom);
|
||||
|
||||
Reference in New Issue
Block a user