refactor: rename ui/filter-n-sort to ui/view-bar (#1475)
Closes #1473 Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com>
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
import { SortType } from '@/ui/filter-n-sort/types/interface';
|
||||
import {
|
||||
IconBuildingSkyscraper,
|
||||
IconCalendarEvent,
|
||||
@ -6,6 +5,7 @@ import {
|
||||
IconMap,
|
||||
IconUsers,
|
||||
} from '@/ui/icon/index';
|
||||
import { SortType } from '@/ui/view-bar/types/interface';
|
||||
import { CompanyOrderByWithRelationInput as Companies_Order_By } from '~/generated/graphql';
|
||||
|
||||
export const availableSorts: SortType<Companies_Order_By>[] = [
|
||||
|
||||
Reference in New Issue
Block a user