We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c32b9aa commit 22ad19cCopy full SHA for 22ad19c
2 files changed
src/components/dir-switch.tsx
src/features/tasks/index.tsx
@@ -1,5 +1,4 @@
1
import { ConfigDrawer } from '@/components/config-drawer'
2
-import { DirSwitch } from '@/components/dir-switch'
3
import { Header } from '@/components/layout/header'
4
import { Main } from '@/components/layout/main'
5
import { ProfileDropdown } from '@/components/profile-dropdown'
@@ -19,7 +18,6 @@ export default function Tasks() {
19
18
<Search />
20
<div className='ms-auto flex items-center space-x-4'>
21
<ThemeSwitch />
22
- <DirSwitch />
23
<ConfigDrawer />
24
<ProfileDropdown />
25
</div>
0 commit comments