mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
addressed comments
This commit is contained in:
@@ -1,7 +1,2 @@
|
||||
import { $$UpperName$$Collection } from './collection';
|
||||
import * as $$UpperName$$ from './methods';
|
||||
|
||||
export {
|
||||
$$UpperName$$Collection,
|
||||
$$UpperName$$
|
||||
}
|
||||
export * from "./collection";
|
||||
export * from "./methods";
|
||||
|
||||
@@ -1,8 +1,2 @@
|
||||
import { $$UpperName$$Type, $$UpperName$$Collection } from './collection';
|
||||
import * as $$UpperName$$ from './methods';
|
||||
|
||||
export {
|
||||
$$UpperName$$Type,
|
||||
$$UpperName$$Collection,
|
||||
$$UpperName$$
|
||||
}
|
||||
export * from "./collection";
|
||||
export * from "./methods";
|
||||
|
||||
Reference in New Issue
Block a user