Skip to content

Commit efae4cf

Browse files
committed
✅ fixed build
1 parent 2fccb8a commit efae4cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ import {
1919
import { Card } from "@/components/retroui/Card";
2020
import BadgeStyleVariants from "@/preview/components/badge-style-variants";
2121
import TestimonialCard from "@/preview/components/card-style-testimonial";
22-
import { TableStyleDefault } from "@/preview/components/table-style-default";
23-
import { TableWithCheckbox } from "@/preview/components/table-with-checkbox";
24-
import { TableWithStickyHeader } from "@/preview/components/table-with-sticky-header";
22+
import TableStyleDefault from "@/preview/components/table-style-default";
23+
import TableWithCheckbox from "@/preview/components/table-with-checkbox";
24+
import TableWithStickyHeader from "@/preview/components/table-with-sticky-header";
2525
import { CheckCircle } from "lucide-react";
2626
import React from "react";
2727

@@ -158,7 +158,7 @@ export default function page() {
158158
<TableWithCheckbox />
159159

160160
<div className="h-36"></div>
161-
<TableWithStickyHeader />
161+
<TableWithStickyHeader />
162162

163163
<div className="h-36"></div>
164164
</div>

0 commit comments

Comments
 (0)