feat: init
This commit is contained in:
7
apps/web/ce/components/inbox/source-pill.tsx
Normal file
7
apps/web/ce/components/inbox/source-pill.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { EInboxIssueSource } from "@plane/types";
|
||||
|
||||
export type TInboxSourcePill = {
|
||||
source: EInboxIssueSource;
|
||||
};
|
||||
|
||||
export const InboxSourcePill = (props: TInboxSourcePill) => <></>;
|
||||
Reference in New Issue
Block a user