Fix broken trimkit path

This commit is contained in:
Timothy Farrell 2019-08-19 22:04:05 -05:00
parent 54564da5f2
commit f57ec3b4df

View File

@ -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 ROUTEELEMENT_RE = /^[^\/]+$/;