Skip to content

Commit a4499a3

Browse files
committed
fix: restore correct Table import path
Signed-off-by: Soham Babrekar <soham.babrekar@gmail.com>
1 parent af3e946 commit a4499a3

File tree

1 file changed

+1
-1
lines changed
  • src/collections/sistent/components/table

1 file changed

+1
-1
lines changed

src/collections/sistent/components/table/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ component: table
66
description: A table is used to organize and display structured data in rows and columns.
77
---
88

9-
import { Table } from "@sistent/components"
9+
import Table from "../../../../components/ConformanceTest-Table"
1010

1111
Tables are used to present structured data in a clear and organized way. They help users scan information quickly, compare values, and understand relationships between data.
1212

0 commit comments

Comments
 (0)