diff --git a/components/MyPages/Sidebar/index.tsx b/components/MyPages/Sidebar/index.tsx index f269864ba..62fa54e4c 100644 --- a/components/MyPages/Sidebar/index.tsx +++ b/components/MyPages/Sidebar/index.tsx @@ -5,6 +5,7 @@ import { GetNavigationMyPages } from "@/lib/graphql/Query/NavigationMyPages.grap import { Fragment } from "react" import { LogOut } from "react-feather" import Link from "@/components/TempDesignSystem/Link" +import Title from "../Title" import styles from "./sidebar.module.css" @@ -24,6 +25,9 @@ export default async function Sidebar({ lang }: SidebarProps) { return (