switch to new org scheme
This commit is contained in:
@@ -1,2 +1,13 @@
|
||||
const removeme = {};
|
||||
export { removeme };
|
||||
// pushrocks scope
|
||||
import * as smartrx from '@pushrocks/smartrx';
|
||||
|
||||
export {
|
||||
smartrx
|
||||
}
|
||||
|
||||
// third party scope
|
||||
import * as searchQueryParser from 'search-query-parser';
|
||||
|
||||
export {
|
||||
searchQueryParser
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user