Replace Picker for community packages version & small

This commit is contained in:
Jan Dvorak 2021-07-14 20:06:26 +02:00 committed by Denis Perov
parent 4ba2a23c72
commit eb745106d8
7 changed files with 11 additions and 10 deletions

View file

@ -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