update layu

This commit is contained in:
2025-02-21 22:00:32 -03:00
parent e3f39a0313
commit 7b51166db8
15 changed files with 417 additions and 29 deletions

View File

@@ -0,0 +1,9 @@
import { Heading } from '~/components/heading'
export default function Component() {
return (
<>
<Heading>...</Heading>
</>
)
}