@chamn/engine 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4 @@
1
+ declare module '*.scss' {
2
+ const content: { [key: string]: any };
3
+ export = content;
4
+ }
@@ -3,7 +3,7 @@ import { Button, message, Modal } from 'antd';
3
3
  import React, { useCallback, useEffect, useState } from 'react';
4
4
  import ReactDOM from 'react-dom';
5
5
  import ReactDOMClient from 'react-dom/client';
6
- import Engine, { EnginContext } from '../../../Engine';
6
+ import Engine, { EnginContext } from '../../..';
7
7
  import '../../index.css';
8
8
  import { DEFAULT_PLUGIN_LIST } from '../../../plugins';
9
9
  import { DesignerExports } from '../../../plugins/Designer';
File without changes
File without changes