refactor(web): merge channel selector table imports
This commit is contained in:
+5
-2
@@ -31,8 +31,11 @@ import {
|
||||
SelectTrigger,
|
||||
SelectValue,
|
||||
} from '@/components/ui/select'
|
||||
import { DataTableView, useDataTable } from '@/components/data-table'
|
||||
import { DataTablePagination } from '@/components/data-table'
|
||||
import {
|
||||
DataTablePagination,
|
||||
DataTableView,
|
||||
useDataTable,
|
||||
} from '@/components/data-table'
|
||||
import { Dialog } from '@/components/dialog'
|
||||
import { StatusBadge } from '@/components/status-badge'
|
||||
import type { UpstreamChannel } from '../types'
|
||||
|
||||
Reference in New Issue
Block a user