Skip to content

Commit

Permalink
chore: 스케줄 바 생성 유틸함수의 import 경로를 절대경로로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
wzrabbit committed Nov 13, 2023
1 parent fdf5c1d commit 421fdad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/utils/test/generateScheduleBars.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { generateScheduleBars } from '../generateScheduleBars';
import { generateScheduleBars } from '~/utils/generateScheduleBars';
import type { GeneratedScheduleBar, Schedule } from '~/types/schedule';

const removeIdFromScheduleBars = (scheduleBars: GeneratedScheduleBar[]) => {
Expand Down

0 comments on commit 421fdad

Please sign in to comment.