0
0
mirror of https://github.com/makeplane/plane synced 2024-06-14 14:31:34 +00:00
plane/web/components/pages/pages-list/index.ts

7 lines
204 B
TypeScript
Raw Normal View History

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