parent
1945b53080
commit
110cdc2309
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<script>
|
||||
import { onMount } from 'svelte';
|
||||
import { fade } from 'svelte/transition';
|
||||
import { dev } from '@app/environment'
|
||||
import { dev } from '$app/environment'
|
||||
|
||||
let visible = dev ? false : true;
|
||||
let time = 2000;
|
||||
|
|
Loading…
Reference in a new issue