diff options
Diffstat (limited to 'src/pages/index.astro')
| -rw-r--r-- | src/pages/index.astro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro index 2d14107..ce6dc4e 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,5 +1,5 @@ --- - +import Counter from '../components/Counter'; --- <html lang="en"> @@ -12,5 +12,6 @@ </head> <body> <h1>Astro</h1> + <Counter client:load /> </body> </html> |
