mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 05:09:43 +02:00
Markdown support in card description and comment, fixes for mobile devices, update dependencies
This commit is contained in:
parent
ed348cf7bc
commit
2fda41b982
11 changed files with 374 additions and 14 deletions
|
@ -1,5 +1,8 @@
|
|||
import Input from './components/Input';
|
||||
import Popup from './components/Popup';
|
||||
import Markdown from './components/Markdown';
|
||||
import DragScroller from './components/DragScroller';
|
||||
|
||||
export { Input, Popup, DragScroller };
|
||||
export {
|
||||
Input, Popup, Markdown, DragScroller,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue