Skip to content

Commit

Permalink
fix: 절대 경로로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
halfmoon-mind committed Dec 10, 2023
1 parent 7d97864 commit d8f5c89
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Calendar/AlarmSetting/AlarmSetting.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ import video from '@icons/icon/LectureAssignment/Video.svg';
import comment from '@icons/icon/LectureAssignment/Comment.svg';
import assignment from '@icons/icon/LectureAssignment/Assignment.svg';
import Image from 'next/image';
import SubjectTitle from '../SubjectTitle';
import { SubjectDTO } from '@/types/Subject';

import { TaskProps } from '@/types/Task';
import SubjectTitle from '@/components/Calendar/SubjectTitle/index';

interface AlarmProps {
subjects: SubjectDTO[];
Expand Down

0 comments on commit d8f5c89

Please sign in to comment.