forked from github/plane
10e5ba7b3e
* chore: add page types and page api service * chore: add create, list, update and delete on pages * chore: add create, delete and patch page blocks * feat: add and remove pages to favorite * fix: made neccessary changes - used tailwind for hover events - add error toast alert - used partial for patch request * fix: replace absolute positiong with a flex box
6 lines
181 B
TypeScript
6 lines
181 B
TypeScript
export * from "./create-update-page-modal";
|
|
export * from "./delete-page-modal";
|
|
export * from "./page-form";
|
|
export * from "./pages-list";
|
|
export * from "./single-page-list-item";
|