Skip to content

Commit

Permalink
Refactor(mogua-station#132): 메타데이터 타입 지정
Browse files Browse the repository at this point in the history
  • Loading branch information
Stilllee committed Feb 4, 2025
1 parent 610004b commit 902ea40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/user/edit_profile/page.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { type Metadata } from "next";
import AccountActionButtons from "@/components/edit-profile/AccountActionButtons";
import ContactBanner from "@/components/edit-profile/ContactBanner";
import EditProfileForm from "@/components/edit-profile/EditProfileForm";

export const metadata = {
export const metadata: Metadata = {
title: "프로필 수정 | mogua",
description: "계정 정보를 업데이트하고 프로필을 관리하세요.",
robots: {
Expand Down

0 comments on commit 902ea40

Please sign in to comment.