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 1aab41f commit 73e18dbCopy full SHA for 73e18db
2025/src/components/Schedule/TimeTable.astro
@@ -4,7 +4,6 @@ import { Clock, User } from "@lucide/astro";
4
import { getScheduleCardStyle, formatTime } from "./index.ts";
5
6
type Props = {
7
- class?: string;
8
start_at: Date;
9
end_at: Date;
10
title: string;
0 commit comments