feat: init
This commit is contained in:
12
apps/web/ce/components/pages/header/share-control.tsx
Normal file
12
apps/web/ce/components/pages/header/share-control.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
"use client";
|
||||
|
||||
import type { EPageStoreType } from "@/plane-web/hooks/store";
|
||||
// store
|
||||
import type { TPageInstance } from "@/store/pages/base-page";
|
||||
|
||||
export type TPageShareControlProps = {
|
||||
page: TPageInstance;
|
||||
storeType: EPageStoreType;
|
||||
};
|
||||
|
||||
export const PageShareControl = ({}: TPageShareControlProps) => null;
|
||||
Reference in New Issue
Block a user