feat: init
This commit is contained in:
9
apps/space/ce/components/issue-layouts/root.tsx
Normal file
9
apps/space/ce/components/issue-layouts/root.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { PageNotFound } from "@/components/ui/not-found";
|
||||
import type { PublishStore } from "@/store/publish/publish.store";
|
||||
|
||||
type Props = {
|
||||
peekId: string | undefined;
|
||||
publishSettings: PublishStore;
|
||||
};
|
||||
|
||||
export const ViewLayoutsRoot = (_props: Props) => <PageNotFound />;
|
||||
Reference in New Issue
Block a user