Skip to content

Commit

Permalink
공지사항 생성 페이지 밑바탕 제작
Browse files Browse the repository at this point in the history
  • Loading branch information
ryusudol committed Sep 11, 2023
1 parent 8726c38 commit 05b11ac
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions front-end/components/Admin/notices-manage/NoticeGenerate.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import React from 'react';

const NoticeGenerate = () => {
return (
<div className="w-full">
<div className="flex items-center justify-center">
<div className="flex flex-col items-end w-[768px] h-full py-12">hi</div>
</div>
</div>
);
};

export default NoticeGenerate;

0 comments on commit 05b11ac

Please sign in to comment.