You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789
  1. // @ts-nocheck
  2. // This file is generated by Umi automatically
  3. // DO NOT CHANGE IT MANUALLY!
  4. import React from 'react';
  5. import { RootContainer } from './dva';
  6. export function dataflowProvider(container, opts) {
  7. return React.createElement(RootContainer, opts, container);
  8. }