feat(core): Add selection dimensions and route removal functionality

This commit is contained in:
2024-10-06 06:57:15 +02:00
parent b2a11a5de2
commit bb30a6e8a8
6 changed files with 135 additions and 32 deletions

View File

@@ -1,3 +1,13 @@
// @push.rocks scope
import * as lik from '@push.rocks/lik';
import * as smartrx from '@push.rocks/smartrx';
export {
lik,
smartrx,
}
// third party scope
import * as pathToRegExp from 'path-to-regexp';
export { pathToRegExp };