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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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";