Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
🎨 Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Dlurak committed Nov 10, 2023
1 parent 2c7e62f commit cd7d84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/MarkdownLayout.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
export let title: string | undefined;
export let title: string | undefined;
export let author: string | undefined;
</script>

Expand Down

0 comments on commit cd7d84b

Please sign in to comment.