plane/apps/app/components/pages/pages-list/index.ts
Aaryan Khandelwal 3503b22dd9
refactor: pages folder structure (#544)
* refactor: pages folder structure, mutation issues

* fix: block edit and push

* fix: block title placeholder
2023-03-27 23:19:05 +05:30

7 lines
204 B
TypeScript

export * from "./all-pages-list";
export * from "./favorite-pages-list";
export * from "./my-pages-list";
export * from "./other-pages-list";
export * from "./recent-pages-list";
export * from "./types";