Skip to content

Commit

Permalink
docs: add missing useIsDarkTheme import
Browse files Browse the repository at this point in the history
Signed-off-by: Grigorii K. Shartsev <[email protected]>
  • Loading branch information
ShGKme committed Nov 14, 2024
1 parent 1cd8309 commit ee97d9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions styleguide/global.requires.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import { isA11yActivation } from '../src/functions/a11y/index.ts'
import { EmojiSkinTone, emojiSearch, emojiAddRecent, getCurrentSkinTone, setCurrentSkinTone } from '../src/functions/emoji/index.ts'
import { spawnDialog } from '../src/functions/dialog/index.ts'
import usernameToColor from '../src/functions/usernameToColor/index.js'
import { useIsDarkTheme } from '../src/composables/useIsDarkTheme/index.ts'
import NcDialog from '../src/components/NcDialog/index.js'

const USER_GROUPS = [
Expand Down

0 comments on commit ee97d9b

Please sign in to comment.