File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 40
40
"eslint-plugin-react-refresh" : " ^0.4.19" ,
41
41
"globals" : " ^15.15.0" ,
42
42
"typescript" : " ~5.7.2" ,
43
- "typescript-eslint " : " ^8.24.1" ,
43
+ "typescript-eslixnt " : " ^8.24.1" ,
44
44
"vite" : " ^6.2.0"
45
45
}
46
46
}
Original file line number Diff line number Diff line change 1
1
import * as React from "react"
2
2
3
- import { cn } from "@/lib/utils"
3
+ import { cn } from "@/lib/utils.ts "
4
4
5
5
function Card ( { className, ...props } : React . ComponentProps < "div" > ) {
6
6
return (
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ import {
11
11
type FieldValues ,
12
12
} from "react-hook-form"
13
13
14
- import { cn } from "@/lib/utils"
15
- import { Label } from "@/components/ui/label"
14
+ import { cn } from "@/lib/utils.ts "
15
+ import { Label } from "@/components/ui/label.tsx "
16
16
17
17
const Form = FormProvider
18
18
Original file line number Diff line number Diff line change 1
1
import * as React from "react"
2
2
3
- import { cn } from "@/lib/utils"
3
+ import { cn } from "@/lib/utils.ts "
4
4
5
5
function Input ( { className, type, ...props } : React . ComponentProps < "input" > ) {
6
6
return (
Original file line number Diff line number Diff line change 2
2
3
3
import * as React from "react"
4
4
import * as LabelPrimitive from "@radix-ui/react-label"
5
+ import { cva , type VariantProps } from "class-variance-authority"
5
6
6
- import { cn } from "@/lib/utils"
7
+ import { cn } from "@/lib/utils.ts "
7
8
8
9
function Label ( {
9
10
className,
You can’t perform that action at this time.
0 commit comments