feat: init
This commit is contained in:
10
apps/web/ce/components/pages/modals/move-page-modal.tsx
Normal file
10
apps/web/ce/components/pages/modals/move-page-modal.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
// store types
|
||||
import type { TPageInstance } from "@/store/pages/base-page";
|
||||
|
||||
export type TMovePageModalProps = {
|
||||
isOpen: boolean;
|
||||
onClose: () => void;
|
||||
page: TPageInstance;
|
||||
};
|
||||
|
||||
export const MovePageModal: React.FC<TMovePageModalProps> = () => null;
|
||||
Reference in New Issue
Block a user