Skip to content

Commit

Permalink
fix: resolve failed import in example "custom menu buttons" (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Jun 26, 2023
1 parent 09f909a commit 8da09a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/examples/custom_menu_buttons/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script>
import { JSONEditor } from 'svelte-jsoneditor'
import { faCopy } from '@fortawesome/free-regular-svg-icons'
import copyToClipboard from '$lib/utils/copyToClipboard.js'
import copyToClipboard from '$lib/utils/copyToClipboard.ts'
let content = {
text: undefined, // can be used to pass a stringified JSON document instead
Expand Down

0 comments on commit 8da09a4

Please sign in to comment.