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) => <>;