Fix lint.

This commit is contained in:
Sam Rose 2025-03-11 09:50:29 +00:00
parent 23ea494590
commit 2c00d4a30b
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<script lang="ts"> <script lang="ts">
import "@spectrum-css/textfield/dist/index-vars.css" import "@spectrum-css/textfield/dist/index-vars.css"
import { createEventDispatcher } from "svelte" import { createEventDispatcher } from "svelte"
import { FocusEventHandler } from "svelte/elements" import type { FocusEventHandler } from "svelte/elements"
export let value: string | null = null export let value: string | null = null
export let placeholder: string | null = null export let placeholder: string | null = null