multica/apps/web/features/my-issues/index.ts
Jiayuan d199b6c728 feat(web): add My Issues page with grouped filters
Add a new "My Issues" page accessible from the sidebar, positioned
between Inbox and Issues. Issues are grouped into three collapsible
sections: assigned to me, assigned to my agents, and created by me.
2026-03-31 12:53:21 +08:00

1 line
60 B
TypeScript

export { MyIssuesPage } from "./components/my-issues-page";