refactor: Fixed minor typing issue with space
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<script lang="ts">
|
||||
import CompulsoryTags from "./CompulsoryTags.svelte";
|
||||
import type { Table } from "$lib";
|
||||
|
||||
interface Props {
|
||||
@@ -9,7 +10,6 @@
|
||||
}
|
||||
|
||||
const { space, alt, imgSrc, href }: Props = $props();
|
||||
import CompulsoryTags from "./CompulsoryTags.svelte";
|
||||
</script>
|
||||
|
||||
<a class="card" {href}>
|
||||
|
||||
Reference in New Issue
Block a user