feat: init
This commit is contained in:
12
apps/web/ce/components/views/publish/modal.tsx
Normal file
12
apps/web/ce/components/views/publish/modal.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
"use client";
|
||||
|
||||
import type { IProjectView } from "@plane/types";
|
||||
|
||||
type Props = {
|
||||
isOpen: boolean;
|
||||
view: IProjectView;
|
||||
onClose: () => void;
|
||||
};
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
export const PublishViewModal = (props: Props) => <></>;
|
||||
Reference in New Issue
Block a user