forked from github/plane
refactor: modules and states folder structure
This commit is contained in:
10
apps/app/components/modules/index.ts
Normal file
10
apps/app/components/modules/index.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export * from "./board-view";
|
||||
export * from "./select";
|
||||
export * from "./sidebar-select";
|
||||
export * from "./delete-module-modal";
|
||||
export * from "./form";
|
||||
export * from "./list-view";
|
||||
export * from "./modal";
|
||||
export * from "./module-link-modal";
|
||||
export * from "./sidebar";
|
||||
export * from "./single-module-card";
|
||||
Reference in New Issue
Block a user