Skip to content

Commit

Permalink
fix(Row): updated import for TwSizes
Browse files Browse the repository at this point in the history
  • Loading branch information
N00nDay committed Sep 27, 2023
1 parent fed890b commit 0d57777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/grid/Row.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script lang="ts">
import { setContext } from 'svelte';
import { twMerge } from 'tailwind-merge';
import type TwSizes from '../../types/tw-sizes';
import type { TwSizes } from '../../types/tw-sizes';
import { twSizes } from '../../utils';
import { get_current_component } from 'svelte/internal';
import { forwardEventsBuilder, useActions, type ActionArray } from '../../actions';
Expand Down

0 comments on commit 0d57777

Please sign in to comment.