Skip to content

Commit

Permalink
Merge pull request #142 from studentinovisad/as/fix/lint
Browse files Browse the repository at this point in the history
fix: lint
  • Loading branch information
aleksasiriski authored Jan 15, 2025
2 parents 7008715 + be97b5a commit 8e9e831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/(dashboard)/columns.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { renderComponent } from '$lib/components/ui/data-table';
import type { Person, PersonType } from '$lib/types/person';
import type { Person } from '$lib/types/person';
import type { ColumnDef } from '@tanstack/table-core';
import DataTableActions from './data-table-actions.svelte';

Expand Down

0 comments on commit 8e9e831

Please sign in to comment.