Skip to content

Commit

Permalink
lfg
Browse files Browse the repository at this point in the history
  • Loading branch information
irsyadadl committed Oct 13, 2024
1 parent c2c4364 commit a8d52f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/ui/text-field.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import * as React from "react"

import { TextInputDOMProps } from "@react-types/shared"
import type { TextInputDOMProps } from "@react-types/shared"
import { IconEye, IconEyeClosed, IconLoader } from "justd-icons"
import {
Button as ButtonPrimitive,
Expand Down
2 changes: 1 addition & 1 deletion utils/classes.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ClassValue, clsx } from "clsx"
import { type ClassValue, clsx } from "clsx"
import { twMerge } from "tailwind-merge"

const cn = (...inputs: ClassValue[]) => twMerge(clsx(inputs))
Expand Down

0 comments on commit a8d52f5

Please sign in to comment.