Skip to content

Commit 0adcf0b

Browse files
committed
chore: cleanup
1 parent 0cabefb commit 0adcf0b

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/lib/components/tooltip-label.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import * as Tooltip from '$lib/components/ui/tooltip';
33
import { Label } from '$lib/components/ui/label';
44
import type { Snippet } from 'svelte';
5-
import type { string } from 'zod';
65
import type { LabelRootProps } from 'bits-ui';
76
87
const {

src/routes/(app)/sessions/create/options/List.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<script lang="ts">
22
import { Button } from '$lib/components/ui/button';
3-
import { Input } from '$lib/components/ui/input';
4-
53
import * as ButtonGroup from '$lib/components/ui/button-group/index.js';
64
75
import { componentMap, type OptionProps, type OptionTypes } from '../OptionField.svelte';

0 commit comments

Comments
 (0)