fix: resolve casing conflict for Chart.tsx

This commit is contained in:
Pablo Lara
2024-08-16 12:44:12 +02:00
parent b0ec7a2a82
commit 26ab6513a2
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
export * from "./alert/Alert";
export * from "./chart/tempChart";
export * from "./chart/Chart";
export * from "./dialog/Dialog";
export * from "./header/Header";
export * from "./select/Select";