Skip to content

Commit

Permalink
[⚙️ chore] 알림 내역 날짜 데이터 포맷팅 함수 파일 위치 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeyooon committed Apr 13, 2024
1 parent 3b77fd4 commit f488e7e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/notification/NotificationBox.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import styled from '@emotion/styled';
import Image from 'next/image';
import INotify from '@/types/notify';
import formatNotificationDate from '@/types/formatNotificationDate';
import formatNotificationDate from '@/utils/formatNotificationDate';

interface INotificationBox {
notification: INotify;
Expand Down
File renamed without changes.

0 comments on commit f488e7e

Please sign in to comment.