Skip to content

Commit

Permalink
fix: color scheme quickask
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur committed Mar 3, 2025
1 parent 0e41299 commit 84cc25a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/app/search/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import { useSetAtom } from 'jotai'

import ClipboardListener from '@/containers/Providers/ClipboardListener'

import ThemeWrapper from '@/containers/Providers/Theme'

import { useLoadTheme } from '@/hooks/useLoadTheme'

import { setupCoreServices } from '@/services/coreService'
Expand All @@ -16,7 +18,6 @@ import Search from './page'

import { defaultJanDataFolderAtom } from '@/helpers/atoms/App.atom'
import { janDataFolderPathAtom } from '@/helpers/atoms/AppConfig.atom'
import ThemeWrapper from '@/containers/Providers/Theme'

export default function RootLayout() {
const setJanDataFolderPath = useSetAtom(janDataFolderPathAtom)
Expand Down

0 comments on commit 84cc25a

Please sign in to comment.