Skip to content

Commit 8e9e831

Browse files
Merge pull request #142 from studentinovisad/as/fix/lint
fix: lint
2 parents 7008715 + be97b5a commit 8e9e831

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)