OOKNET                             [ /  search the index  ]  
──────────────────────────────────────────────────────────────────────────────────────
══════════════════════════════════════════════════════════════════════════════════════
OOKNET   [ /  search  ]  
────────────────────────────────────────────────
════════════════════════════════════════════════
 
 
master @ 8 LINES
 
[ HISTORY ]  [ UP ]
 

---
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>

---
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