Fixed import issue
This commit is contained in:
parent
84a2e9f21c
commit
8d42e6536f
1 changed files with 3 additions and 1 deletions
|
@ -34,7 +34,9 @@
|
|||
<script>
|
||||
|
||||
|
||||
import { paper } from "paper";
|
||||
import pkg from 'paper';
|
||||
const { paper } = pkg;
|
||||
|
||||
import { onMount } from 'svelte';
|
||||
|
||||
import EditButton from '$lib/page/EditButton.svelte';
|
||||
|
|
Loading…
Reference in a new issue