feat: comments
* create comment * reply to comment thread * edit comment * delete comment * resolve comment
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
import { atomWithWebStorage } from "@/lib/jotai-helper";
|
||||
import { atom } from 'jotai';
|
||||
|
||||
export const desktopSidebarAtom = atomWithWebStorage('showSidebar',true);
|
||||
export const desktopSidebarAtom = atomWithWebStorage('showSidebar',true);
|
||||
|
||||
export const desktopAsideAtom = atom(false);
|
||||
|
||||
Reference in New Issue
Block a user