1
0
mirror of synced 2026-04-05 16:08:37 +08:00

chore: import type

This commit is contained in:
roymondchen
2022-07-01 18:55:09 +08:00
committed by jia000
parent de81218dc0
commit a7afe057fb
35 changed files with 38 additions and 36 deletions

View File

@@ -18,7 +18,7 @@
import React, { useState } from 'react';
import { MComponent } from '@tmagic/schema';
import type { MComponent } from '@tmagic/schema';
import useApp from '../useApp';