mirror of
https://github.com/docmost/docmost.git
synced 2026-08-30 02:25:01 +08:00
* 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");
|