diff --git a/frontend/src/pages/post/PostList.tsx b/frontend/src/pages/post/PostList.tsx deleted file mode 100644 index 88cbed897..000000000 --- a/frontend/src/pages/post/PostList.tsx +++ /dev/null @@ -1,12 +0,0 @@ -import React from 'react'; - -import Example from '@components/Example'; - -export default function PostList() { - return ( -
- PostList 글 목록 페이지 - -
- ); -}