import { PageNotFound } from "@/components/ui/not-found"; import type { PublishStore } from "@/store/publish/publish.store"; type Props = { peekId: string | undefined; publishSettings: PublishStore; }; export function ViewLayoutsRoot(_props: Props) { return ; }