switch to new org scheme

This commit is contained in:
2023-07-10 02:41:55 +02:00
parent c2c64f9f6d
commit 9927e03172
5 changed files with 56 additions and 18 deletions

View File

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