Skip to content

Commit

Permalink
fix: build error4
Browse files Browse the repository at this point in the history
  • Loading branch information
jiohjung98 committed Aug 28, 2024
1 parent 75b4251 commit af53513
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/app/notifyAll/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,9 @@
// if (text.length <= length) return text;
// return text.substring(0, length) + "...";
// };

const notifyAllPage = () => {
<div>알림페이지</div>
};

export default notifyAllPage;

0 comments on commit af53513

Please sign in to comment.