mirror of
https://github.com/plankanban/planka.git
synced 2025-07-24 23:59:48 +02:00
Add dropzone for attachment, paste attachment from clipboard
This commit is contained in:
parent
e1364925ed
commit
246eb17249
24 changed files with 576 additions and 253 deletions
|
@ -1,6 +1,7 @@
|
|||
import useField from './use-field';
|
||||
import useForm from './use-form';
|
||||
import useSteps from './use-steps';
|
||||
import useModal from './use-modal';
|
||||
import useClosableForm from './use-closable-form';
|
||||
|
||||
export { useField, useForm, useSteps, useClosableForm };
|
||||
export { useField, useForm, useSteps, useModal, useClosableForm };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue