Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
emma-imber committed Apr 19, 2024
1 parent bffde71 commit b3eae57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Code.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
import { slide } from "svelte/transition";
import { slide } from 'svelte/transition';
export let html: string;
export let css: string;
Expand Down

0 comments on commit b3eae57

Please sign in to comment.