client: fix APP_URL

This commit is contained in:
Philipinho
2024-07-01 10:08:12 +01:00
parent a0b31804d9
commit d429384d22
2 changed files with 3 additions and 6 deletions

View File

@ -19,7 +19,6 @@ import { getAppUrl } from "@/lib/config.ts";
import { extractPageSlugId } from "@/lib";
import { treeApiAtom } from "@/features/page/tree/atoms/tree-api-atom.ts";
import { useDeletePageModal } from "@/features/page/hooks/use-delete-page-modal.tsx";
import { boolean } from "zod";
interface PageHeaderMenuProps {
readOnly?: boolean;