Files
shz-admin/src/.umi-production/core/helmet.ts

11 lines
376 B
TypeScript
Raw Normal View History

2025-11-10 16:28:01 +08:00
// @ts-nocheck
// This file is generated by Umi automatically
// DO NOT CHANGE IT MANUALLY!
import React from 'react';
2025-11-13 15:07:44 +08:00
import { HelmetProvider } from 'D:/work/SHIHEZI/shz-admin/node_modules/@umijs/renderer-react';
2025-11-10 16:28:01 +08:00
import { context } from './helmetContext';
export const innerProvider = (container) => {
return React.createElement(HelmetProvider, { context }, container);
}