mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 07:50:12 +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
|
|
@ -6,6 +6,7 @@ runOnServer(function() {
|
|||
// it here we use runOnServer to have it inside a function instead of an
|
||||
// if (Meteor.isServer) block
|
||||
import { ExporterExcel } from './server/ExporterExcel';
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue