Skip to content

Commit

Permalink
fix: code review
Browse files Browse the repository at this point in the history
Co-authored-by: Dominic Elm <[email protected]>
  • Loading branch information
AriPerkkio and d3lm authored Aug 14, 2024
1 parent 3d3032d commit e757484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/default/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const baseURL = import.meta.env.BASE_URL;
}
</script>
<script>
// @ts-ignore -- untyped
// @ts-ignore because it's untyped
import * as builtInSwap from 'tutorialkit:astro-swap-functions';

declare global {
Expand Down

0 comments on commit e757484

Please sign in to comment.