diff --git a/src/app/(header)/portfolio/(view)/layout.tsx b/src/app/(header)/portfolio/(view)/layout.tsx
index f6e8197..887bca4 100644
--- a/src/app/(header)/portfolio/(view)/layout.tsx
+++ b/src/app/(header)/portfolio/(view)/layout.tsx
@@ -2,6 +2,7 @@
import classNames from 'classnames/bind';
import {getCookie} from 'cookies-next';
+import Link from 'next/link';
import {useRouter} from 'next/navigation';
import type {MouseEvent} from 'react';
import {ChangeEvent, DragEvent, PropsWithChildren, useState} from 'react';
@@ -93,7 +94,7 @@ const PortfolioLayout = ({children}: PropsWithChildren) => {
공개