Skip to content

Commit be97b5a

Browse files
committed
fix: lint
1 parent 7008715 commit be97b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/(dashboard)/columns.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { renderComponent } from '$lib/components/ui/data-table';
2-
import type { Person, PersonType } from '$lib/types/person';
2+
import type { Person } from '$lib/types/person';
33
import type { ColumnDef } from '@tanstack/table-core';
44
import DataTableActions from './data-table-actions.svelte';
55

0 commit comments

Comments
 (0)