summaryrefslogtreecommitdiff
path: root/examples/fast-build/src/pages/index.astro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/fast-build/src/pages/index.astro')
-rw-r--r--examples/fast-build/src/pages/index.astro18
1 files changed, 6 insertions, 12 deletions
diff --git a/examples/fast-build/src/pages/index.astro b/examples/fast-build/src/pages/index.astro
index ee228aa19..2bdadbf5b 100644
--- a/examples/fast-build/src/pages/index.astro
+++ b/examples/fast-build/src/pages/index.astro
@@ -2,7 +2,6 @@
import imgUrl from '../images/penguin.jpg';
import grayscaleUrl from '../images/random.jpg?grayscale=true';
import Greeting from '../components/Greeting.vue';
-import Counter from '../components/Counter.vue';
---
<html>
@@ -27,14 +26,9 @@ import Counter from '../components/Counter.vue';
<Greeting />
</section>
- <section>
- <h1>ImageTools</h1>
- <img src={grayscaleUrl} />
- </section>
-
- <section>
- <h1>Hydrated component</h1>
- <Counter client:idle />
- </section>
-</body>
-</html> \ No newline at end of file
+ <section>
+ <h1>ImageTools</h1>
+ <img src={grayscaleUrl} />
+ </section>
+ </body>
+</html>