Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
HBS999 committed Nov 19, 2024
1 parent b93476c commit 1b39d47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/time-field/time-field-hidden-input.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { Time } from "@internationalized/date";
import { visuallyHiddenStyles } from "@kobalte/utils";
import type { ComponentProps } from "solid-js";
import { useFormControlContext } from "../form-control";
import { useTimeFieldContext } from "./time-field-context";
import { Time } from "@internationalized/date";
import { visuallyHiddenStyles } from "@kobalte/utils";

export interface TimeFieldHiddenInputProps extends ComponentProps<"input"> {}

Expand Down

0 comments on commit 1b39d47

Please sign in to comment.