Skip to content

Commit

Permalink
fix: import path
Browse files Browse the repository at this point in the history
  • Loading branch information
braebo committed May 19, 2024
1 parent d4ac312 commit 69977cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/demo/ua/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
import { stringify } from '$lib/utils/stringify'
import Code from '$lib/components/Code.svelte'
import * as ua from '$lib/utils/platform'
import { quintOut } from 'svelte/easing'
import { fly } from 'svelte/transition'
import * as ua from '$lib/utils/ua'
import { getInfo } from './getInfo'
import { page } from '$app/stores'
import { onMount } from 'svelte'
Expand Down

0 comments on commit 69977cc

Please sign in to comment.