feat: init
This commit is contained in:
7
apps/web/ce/components/cycles/additional-actions.tsx
Normal file
7
apps/web/ce/components/cycles/additional-actions.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { FC } from "react";
|
||||
import { observer } from "mobx-react";
|
||||
type Props = {
|
||||
cycleId: string;
|
||||
projectId: string;
|
||||
};
|
||||
export const CycleAdditionalActions: FC<Props> = observer(() => <></>);
|
||||
Reference in New Issue
Block a user