Files
plane/apps/space/ce/components/navbar/index.tsx

9 lines
237 B
TypeScript
Raw Permalink Normal View History

import type { PublishStore } from "@/store/publish/publish.store";
type Props = {
publishSettings: PublishStore;
};
// eslint-disable-next-line @typescript-eslint/no-unused-vars
export const ViewNavbarRoot = (props: Props) => <></>;