mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 18:43:31 +01:00
refactor: docs (#10126)
This commit is contained in:
3
apps/website/src/stores/cmdk.ts
Normal file
3
apps/website/src/stores/cmdk.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { atom } from 'jotai';
|
||||
|
||||
export const isCmdKOpenAtom = atom(false);
|
||||
3
apps/website/src/stores/drawer.ts
Normal file
3
apps/website/src/stores/drawer.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { atom } from 'jotai';
|
||||
|
||||
export const isDrawerOpenAtom = atom(false);
|
||||
Reference in New Issue
Block a user