fix: remove invalid export (#6355)

This commit is contained in:
Aaryan Khandelwal
2025-01-08 16:01:31 +05:30
committed by GitHub
parent 92645c1cee
commit ce4a375b62

View File

@@ -2,7 +2,6 @@ export * from "./ai";
export * from "./estimates";
export * from "./gantt-chart";
export * from "./issues";
export * from "./page";
export * from "./project";
export * from "./user-permissions";
export * from "./workspace";