File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
app/(sink)/demo/components Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,7 @@ import {
16
16
TabsTrigger ,
17
17
TabsTriggerList ,
18
18
} from "@/components/ui" ;
19
- import { Card } from "@/components/ui/Cards/Card" ;
20
- import { RadioGroup } from "@/components/ui/Radio" ;
19
+ import { Card } from "@/components/ui/Card" ;
21
20
import BadgeStyleVariants from "@/preview/components/badge-style-variants" ;
22
21
import TestimonialCard from "@/preview/components/card-style-testimonial" ;
23
22
import { CheckCircle } from "lucide-react" ;
Original file line number Diff line number Diff line change 1
1
import React from "react" ;
2
- import { Text } from ".. /Text" ;
3
- import { Input } from "../Form " ;
4
- import { Button } from "../Buttons " ;
2
+ import { Text } from "./Text" ;
3
+ import { Input } from "./Input " ;
4
+ import { Button } from "./Button " ;
5
5
import Link from "next/link" ;
6
6
7
7
export function Login ( ) {
You can’t perform that action at this time.
0 commit comments