File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/(sink)/demo/components Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ import {
1919import { Card } from "@/components/retroui/Card" ;
2020import BadgeStyleVariants from "@/preview/components/badge-style-variants" ;
2121import 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" ;
2525import { CheckCircle } from "lucide-react" ;
2626import 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 >
You can’t perform that action at this time.
0 commit comments