Skip to content

Commit d70aac4

Browse files
authored
Merge pull request #47 from Logging-Stuff/install-guide
fix: build
2 parents 831c4f7 + 576c88b commit d70aac4

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

app/(sink)/demo/components/page.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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";
2120
import BadgeStyleVariants from "@/preview/components/badge-style-variants";
2221
import TestimonialCard from "@/preview/components/card-style-testimonial";
2322
import { CheckCircle } from "lucide-react";

components/ui/Login.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
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";
55
import Link from "next/link";
66

77
export function Login() {

0 commit comments

Comments
 (0)