feat: init
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export type TProjectTeamspaceList = {
|
||||
workspaceSlug: string;
|
||||
projectId: string;
|
||||
};
|
||||
|
||||
export const ProjectTeamspaceList: React.FC<TProjectTeamspaceList> = () => null;
|
||||
Reference in New Issue
Block a user