fix(frontend): fixing broken “Page Details” page

Co-authored-by: eana <coder@apps.1a23.com>
This commit is contained in:
Eana Hufwe 2024-03-30 18:47:41 +00:00 committed by naskya
parent 25a1fa341a
commit 62c46fda65

View file

@ -215,7 +215,7 @@ import { definePageMetadata } from "@/scripts/page-metadata";
import { shareAvailable } from "@/scripts/share-available";
import { defaultStore } from "@/store";
import icon from "@/scripts/icon";
import { isSignedIn } from "@/me";
import { me, isSignedIn } from "@/me";
const props = defineProps<{
pageName: string;