store 添加Load模块
This commit is contained in:
@@ -3,10 +3,12 @@ import * as WebEnv from './web-env.ts';
|
||||
|
||||
import { nanoid } from 'nanoid';
|
||||
import * as PathToREgexp from 'path-to-regexp';
|
||||
import * as Load from '@kevisual/load/browser';
|
||||
|
||||
export const WebModule = {
|
||||
Page,
|
||||
WebEnv,
|
||||
nanoid,
|
||||
PathToREgexp,
|
||||
Load,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user