Skip to content

Commit

Permalink
style: formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
theisel committed Jul 24, 2022
1 parent a4d2a9a commit f57de21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demo/astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { defineConfig } from 'astro/config';
import solid from '@astrojs/solid-js';
import svelte from '@astrojs/svelte';
import { defineConfig } from "astro/config";
import solid from "@astrojs/solid-js";
import svelte from "@astrojs/svelte";

// https://astro.build/config
export default defineConfig({
Expand Down

0 comments on commit f57de21

Please sign in to comment.