Skip to content

Commit 7681bb1

Browse files
ppiyakk2claude
andcommitted
fix: Schedule.css import 대소문자 수정
macOS(대소문자 무시)에선 통과하지만 Linux CI(대소문자 구분)에서 빌드 실패하던 임포트를 실제 파일명과 일치시킴. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e9aa802 commit 7681bb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/Schedule.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from "react";
2-
import "./schedule.css";
2+
import "./Schedule.css";
33
import { schedule } from "../data/schedule";
44

55
function TimeRange({ start, end }) {

0 commit comments

Comments
 (0)