0
0
mirror of https://github.com/makeplane/plane synced 2024-06-14 14:31:34 +00:00
plane/web/store/archived-issues/index.ts
Dakshesh Jain ad558833af
refactor: archive issue ()
* dev: archived issue store

* dev: archived issue layouts and store binding

* dev: archived issue detail store

* dev: is read only

* fix: archived issue delete

* fix: build error
2023-11-03 20:20:05 +05:30

4 lines
108 B
TypeScript

export * from "./issue.store";
export * from "./issue_filters.store";
export * from "./issue_detail.store";