Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useNavigate } from 'react-router-dom';
import NotificationCard from './NotificationCard';
import close from '@/assets/icons/ic_close.svg';
import close from '@/assets/icons/close.svg';

interface NotificationItem {
createdAt: string; // 생성 μΌμ‹œ (ISO 8601 λ¬Έμžμ—΄)
Expand Down