File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 11import type { DraggableFactory } from '@neodrag/core' ;
2- import {
3- Compartment as CoreCompartment ,
4- type Plugin ,
5- type PluginInput ,
6- } from '@neodrag/core/plugins' ;
2+ import { Compartment as CoreCompartment , type PluginInput } from '@neodrag/core/plugins' ;
73import { onDestroy } from 'svelte' ;
84import { Attachment } from 'svelte/attachments' ;
95import { factory } from './shared' ;
Original file line number Diff line number Diff line change 11import { DEFAULTS , DraggableFactory } from '@neodrag/core' ;
2- import { Compartment , Plugin , type PluginInput } from '@neodrag/core/plugins' ;
2+ import { Compartment , type PluginInput } from '@neodrag/core/plugins' ;
33import { onUnmounted , watchEffect , type Directive } from 'vue' ;
44
55const factory = new DraggableFactory ( DEFAULTS ) ;
You can’t perform that action at this time.
0 commit comments