style: format code for consistency across multiple files
Some checks failed
/ print-content (push) Failing after 26s

This commit is contained in:
암냥 2026-09-07 08:07:33 +09:00
commit e33f173101
11 changed files with 364 additions and 363 deletions

View file

@ -1,7 +1,7 @@
---
export interface Props {
targetDate: string;
label?: string;
targetDate: string;
label?: string;
}
const { targetDate, label } = Astro.props;