style: format code for consistency across multiple files
Some checks failed
/ print-content (push) Failing after 26s
Some checks failed
/ print-content (push) Failing after 26s
This commit is contained in:
parent
0a63fbd10c
commit
e33f173101
11 changed files with 364 additions and 363 deletions
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
export interface Props {
|
||||
targetDate: string;
|
||||
label?: string;
|
||||
targetDate: string;
|
||||
label?: string;
|
||||
}
|
||||
|
||||
const { targetDate, label } = Astro.props;
|
||||
|
|
|
|||
Loading…
Reference in a new issue