refactor: 将data-source,dep,schema,utils收敛到core,将form,table,stage,design,util收敛到editor
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import type { MApp } from '@tmagic/schema';
|
||||
import type { MApp } from '@tmagic/core';
|
||||
|
||||
export const getLocalConfig = (): MApp[] => {
|
||||
const configStr = localStorage.getItem('magicDSL');
|
||||
|
||||
Reference in New Issue
Block a user