Skip to content

Commit 01ad155

Browse files
authored
Merge pull request #2 from pythonkr/fix/schedule-css-case
fix: Schedule.css import 대소문자 수정 (CI 빌드 실패 대응)
2 parents e9aa802 + 7681bb1 commit 01ad155

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)