import { atomWithWebStorage } from "@/lib/jotai-helper"; export const desktopSidebarAtom = atomWithWebStorage('showSidebar',true);