master @ 8 LINES
[ HISTORY ] [ UP ]
┌─ ASTRO ────────────────────────────────────────────────────────────────────┐
│ --- │
│ import Pre from "../Pre/Pre.astro"; │
│ import { buildCalendar, type Props } from "./Calendar"; │
│ │
│ const { year, month, marks } = Astro.props as Props; │
│ --- │
│ <Pre class="calendar">{buildCalendar(year, month, marks)}</Pre> │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ ASTRO ──────────────────────────────┐
│ --- │
│ import Pre from "../Pre/Pre.astro"; │
│ import { buildCalendar, type Props } from ". │
│ /Calendar"; │
│ │
│ const { year, month, marks } = Astro.props a │
│ s Props; │
│ --- │
│ <Pre class="calendar">{buildCalendar(year, m │
│ onth, marks)}</Pre> │
└──────────────────────────────────────────────┘
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET