type tweak

This commit is contained in:
MinamiFunakoshiTR 2025-03-20 12:39:15 -07:00
parent 8a7e79afff
commit d34a908be8
Failed to extract signature

View file

@ -10,9 +10,7 @@
<script>
import Block from '../Block/Block.svelte';
import type { ContainerWidth } from '../@types/global';
let width: ContainerWidth = 'fluid' as 'wide' | 'fluid';
let width: 'wide' | 'fluid' = 'fluid';
import sharkSrc from './shark.jpg';
</script>