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

11 lines
370 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';
import { HelmetProvider } from 'E:/project/ks-admin/node_modules/@umijs/renderer-react';
import { context } from './helmetContext';
export const innerProvider = (container) => {
return React.createElement(HelmetProvider, { context }, container);
}