mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Replace Picker for community packages version & small
This commit is contained in:
parent
4ba2a23c72
commit
eb745106d8
7 changed files with 11 additions and 10 deletions
|
|
@ -1,6 +1,10 @@
|
|||
import { Exporter } from './exporter';
|
||||
import { Meteor } from 'meteor/meteor';
|
||||
|
||||
/* global JsonRoutes */
|
||||
if (Meteor.isServer) {
|
||||
import { Picker } from 'meteor/communitypackages:picker';
|
||||
|
||||
// todo XXX once we have a real API in place, move that route there
|
||||
// todo XXX also share the route definition between the client and the server
|
||||
// so that we could use something like
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue