fix deps, add tailwind base styles
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
<script lang="ts">
|
||||
import type { HTMLInputAttributes } from 'svelte/elements';
|
||||
import { validate, type InputValidatorEvent, type ValidatorOptions } from '@repo/validate';
|
||||
import {
|
||||
validate,
|
||||
type InputValidatorEvent,
|
||||
type ValidatorOptions
|
||||
} from '@svelte-toolkit/validate';
|
||||
|
||||
type $Props = Omit<HTMLInputAttributes, 'name' | 'value'> & {
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user