UNPKG

one

Version:

One is a new React Framework that makes Vite serve both native and web.

11 lines (10 loc) 166 B
function hmrImport(path) { return import( /* @vite-ignore */ `${path}?t=${Date.now()}` ); } export { hmrImport }; //# sourceMappingURL=hmrImport.js.map