mirror of https://github.com/sveltejs/svelte
parent
c779162b29
commit
d8a9b0d642
@ -1,7 +1,7 @@
|
||||
<script>
|
||||
import { createEventDispatcher } from 'svelte';
|
||||
import Icon from '../../../../components/Icon.svelte';
|
||||
import { enter } from '../events.js';
|
||||
import Icon from '../../Icon.svelte';
|
||||
import { enter } from '../../../utils/events.js';
|
||||
|
||||
const dispatch = createEventDispatcher();
|
||||
|
@ -1,7 +1,7 @@
|
||||
<script>
|
||||
import { onMount, onDestroy, createEventDispatcher } from 'svelte';
|
||||
import getLocationFromStack from '../../_utils/getLocationFromStack.js';
|
||||
import ReplProxy from '../../_utils/replProxy.js';
|
||||
import getLocationFromStack from './getLocationFromStack.js';
|
||||
import ReplProxy from './replProxy.js';
|
||||
import { decode } from 'sourcemap-codec';
|
||||
|
||||
const dispatch = createEventDispatcher();
|
Loading…
Reference in new issue