diff options
Diffstat (limited to 'src/components/List.astro')
| -rw-r--r-- | src/components/List.astro | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/components/List.astro b/src/components/List.astro new file mode 100644 index 0000000..01998f9 --- /dev/null +++ b/src/components/List.astro @@ -0,0 +1,14 @@ +--- +import Link from "./Link.astro"; +--- + +<div class="list"> + <Link></Link> + <Link></Link> + <Link></Link> + <Link></Link> + <Link></Link> + <Link></Link> + <Link></Link> + <Link></Link> +</div>
\ No newline at end of file |
