Skip to content

Commit

Permalink
refactor(DataGrid): Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
gzimbron committed Feb 15, 2024
1 parent c8f199f commit c32bcab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts" generics="T">
import { MAX_DEFAULT_ROWS_PER_PAGE, MIN_ROW_HEIGHT } from '$lib/configurations.js';
import { MIN_ROW_HEIGHT } from '$lib/configurations.js';
import type { GridProps } from '$lib/DataGridProps.js';
Expand Down

0 comments on commit c32bcab

Please sign in to comment.