Fix broken trimkit path
This commit is contained in:
parent
54564da5f2
commit
f57ec3b4df
@ -1,4 +1,4 @@
|
|||||||
import { isFunction, isUndefined, Null, ObjectKeys } from '../node_modules/trimkit/src/index.js';
|
import { isFunction, isUndefined, Null, ObjectKeys } from 'trimkit';
|
||||||
|
|
||||||
const VARMATCH_RE = /:([^\/]+)/g;
|
const VARMATCH_RE = /:([^\/]+)/g;
|
||||||
const ROUTEELEMENT_RE = /^[^\/]+$/;
|
const ROUTEELEMENT_RE = /^[^\/]+$/;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user