10 lines
103 B
Plaintext
10 lines
103 B
Plaintext
---
|
|
interface Props {
|
|
page: BlogIndex;
|
|
}
|
|
|
|
const { page } = Astro.props;
|
|
---
|
|
|
|
<div>Blog Index</div>
|