We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a0572 commit e9f38b4Copy full SHA for e9f38b4
2025/src/components/Schedule/TimeTable.astro
@@ -1,7 +1,7 @@
1
---
2
import Card from "../Card.astro";
3
import { Clock, User } from "@lucide/astro";
4
-import { getScheduleCardStyle, formatTime } from "./logic.ts";
+import { getScheduleCardStyle, formatTime } from "./index.ts";
5
6
type Props = {
7
class?: string;
2025/src/components/Schedule/logic.ts renamed to 2025/src/components/Schedule/index.ts
0 commit comments