[ci] format

This commit is contained in:
FredKSchott
2022-08-06 04:39:26 +00:00
committed by fredkbot
parent 24c8e7d853
commit 4de35f3b70
59 changed files with 216 additions and 185 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/