Skip to content

Commit 22ad19c

Browse files
committed
refactor: remove DirSwitch component and its usage in Tasks (#190)
1 parent c32b9aa commit 22ad19c

2 files changed

Lines changed: 0 additions & 45 deletions

File tree

src/components/dir-switch.tsx

Lines changed: 0 additions & 43 deletions
This file was deleted.

src/features/tasks/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { ConfigDrawer } from '@/components/config-drawer'
2-
import { DirSwitch } from '@/components/dir-switch'
32
import { Header } from '@/components/layout/header'
43
import { Main } from '@/components/layout/main'
54
import { ProfileDropdown } from '@/components/profile-dropdown'
@@ -19,7 +18,6 @@ export default function Tasks() {
1918
<Search />
2019
<div className='ms-auto flex items-center space-x-4'>
2120
<ThemeSwitch />
22-
<DirSwitch />
2321
<ConfigDrawer />
2422
<ProfileDropdown />
2523
</div>

0 commit comments

Comments
 (0)