[✔️] Follow ts-standard
This commit is contained in:
parent
1eb93e9be1
commit
a4acc9655e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
import { v4 as uuid } from 'uuid'
|
import { v4 as uuid } from 'uuid'
|
||||||
import WindowManager from '../instances/WindowManager'
|
import WindowManager from '../instances/WindowManager'
|
||||||
import { FlowWindowConfig } from '../types'
|
import { FlowWindowConfig } from '../types'
|
||||||
import { sanitize } from '../utils';
|
import { sanitize } from '../utils'
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Makes an element draggable.
|
* Makes an element draggable.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue