6 lines
136 B
JavaScript
6 lines
136 B
JavaScript
import { Meteor } from 'meteor/meteor';
|
|
import { PlantTypesCollection } from '/imports/api/plantTypes';
|
|
|
|
Meteor.startup(() => {
|
|
|
|
}); |