type tweak
This commit is contained in:
parent
8a7e79afff
commit
d34a908be8
1 changed files with 1 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue