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 {
1616 TabsTrigger ,
1717 TabsTriggerList ,
1818} 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" ;
2120import BadgeStyleVariants from "@/preview/components/badge-style-variants" ;
2221import TestimonialCard from "@/preview/components/card-style-testimonial" ;
2322import { CheckCircle } from "lucide-react" ;
Original file line number Diff line number Diff line change 11import 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 " ;
55import Link from "next/link" ;
66
77export function Login ( ) {
You can’t perform that action at this time.
0 commit comments