mirror of
https://github.com/docmost/docmost.git
synced 2026-05-20 08:34:04 +08:00
d42091ccb1
* feat: favorites and templates(ee) * rename migrations * fix sidebar * cleanup tabs * fix * turn off templates * cleanup * uuid validation
4 lines
122 B
TypeScript
4 lines
122 B
TypeScript
import { atomWithStorage } from "jotai/utils";
|
|
|
|
export const homeTabAtom = atomWithStorage<string>("home-tab", "recent");
|