1
0
mirror of synced 2026-03-23 02:58:34 +08:00

feat(app,utils,runtime): 将resetcss.css移到utils,在runtime中引入

This commit is contained in:
roymondchen
2023-06-08 17:44:06 +08:00
parent ed4b3c77ef
commit 01d1dccbb6
13 changed files with 20 additions and 3 deletions

View File

@@ -15,7 +15,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import React from 'react';
import ReactDOM from 'react-dom';
@@ -28,6 +27,8 @@ import components from '../.tmagic/comp-entry';
import plugins from '../.tmagic/plugin-entry';
import App from './App';
import '@tmagic/utils/resetcss.css';
declare global {
interface Window {
magicDSL: MApp[];