15 lines
160 B
Text
15 lines
160 B
Text
|
---
|
||
|
title: "hello world"
|
||
|
publishDate: "2023-01-01"
|
||
|
---
|
||
|
|
||
|
import HelloWorld from './components/HelloWorld.astro';
|
||
|
|
||
|
# Test
|
||
|
|
||
|
123
|
||
|
|
||
|
<HelloWorld />
|
||
|
|
||
|
456
|