Skip to content

Commit e9f38b4

Browse files
committed
chore: index.tsに変更
1 parent 40a0572 commit e9f38b4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

2025/src/components/Schedule/TimeTable.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
import Card from "../Card.astro";
33
import { Clock, User } from "@lucide/astro";
4-
import { getScheduleCardStyle, formatTime } from "./logic.ts";
4+
import { getScheduleCardStyle, formatTime } from "./index.ts";
55
66
type Props = {
77
class?: string;
File renamed without changes.

0 commit comments

Comments
 (0)