Skip to content

Commit 29e8093

Browse files
authored
update to @app/environment (#5)
1 parent 3511c0b commit 29e8093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/ScreenWakeLock.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script lang="ts">
2-
import { browser } from "$app/env";
2+
import { browser } from "$app/environment";
33
44
import type { WakeLockSentinel } from "src/types";
55
import { onDestroy, onMount, createEventDispatcher } from "svelte";

0 commit comments

Comments
 (0)