Skip to content

Commit

Permalink
feat: 팀빌딩 페이지 개발중이라고 표시
Browse files Browse the repository at this point in the history
  • Loading branch information
llddang committed Sep 12, 2024
1 parent 59243cb commit 5537b6e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions frontend/src/app/admin/team-building/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
const Page = () => {
return (
<div className="w-full">
<div className="flex h-40 w-full items-center justify-center text-comment">개발 중인 기능입니다.</div>
</div>
);
};

export default Page;

0 comments on commit 5537b6e

Please sign in to comment.