Format astro files in examples (#3862)

This commit is contained in:
Marcus Otterström
2022-07-08 22:08:32 +02:00
committed by GitHub
parent 1f9e4857ff
commit 59e8c71786
73 changed files with 958 additions and 695 deletions

View File

@ -1,6 +1,6 @@
---
// Component Imports
import Counter from '../components/Counter.vue';
import Counter from "../components/Counter.vue";
// Full Astro Component Syntax:
// https://docs.astro.build/core-concepts/astro-components/