revert: "chore: unified import method (#42149)" (#42180)

This reverts commit ea8ed28209.
This commit is contained in:
lijianan
2023-05-06 15:49:37 +08:00
committed by GitHub
parent aff6314d11
commit ac5a06027e
264 changed files with 349 additions and 331 deletions

View File

@@ -1,5 +1,5 @@
import { globSync } from 'glob';
import React from 'react';
import * as React from 'react';
import { renderToString } from 'react-dom/server';
import type { Options } from '../../tests/shared/demoTest';

View File

@@ -1,4 +1,4 @@
import React from 'react';
import * as React from 'react';
import { render } from '../../tests/utils';
describe('SetUp.Test', () => {