feat: init
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import type { IWorkspace } from "@plane/types";
|
||||
|
||||
type TProps = {
|
||||
workspace?: IWorkspace;
|
||||
};
|
||||
|
||||
export const SubscriptionPill = (props: TProps) => <></>;
|
||||
Reference in New Issue
Block a user