store 添加Load模块

This commit is contained in:
2025-02-19 06:52:18 +08:00
parent b39c950ef7
commit d8d5073542
2 changed files with 4 additions and 1 deletions

View File

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