Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
martrapp committed Oct 17, 2024
1 parent ed79b25 commit 892afeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/astro-inspection-chamber.js.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import "astro/client";
import inspectionChamber from "@vtbag/inspection-chamber?raw";
import 'astro/client';
import inspectionChamber from '@vtbag/inspection-chamber?raw';

export async function GET({ params, request }) {
return new Response(
Expand Down

0 comments on commit 892afeb

Please sign in to comment.