chore: import packages

This commit is contained in:
wuji.xwt 2020-07-28 14:14:32 +08:00
parent 18f149e0e8
commit 9035a8554c

View File

@ -1,8 +1,8 @@
import React, { useState } from 'react'; import React, { useState } from 'react';
import { Button, Dialog } from '@alifd/next'; import { Button, Dialog } from '@alifd/next';
// import { PluginProps } from '@ali/lowcode-types'; import { PluginProps } from '@ali/lowcode-types';
// import { Designer } from '@ali/lowcode-designer'; import { Designer } from '@ali/lowcode-designer';
// import ReactRenderer from '@ali/lowcode-react-renderer'; import ReactRenderer from '@ali/lowcode-react-renderer';
import './index.scss'; import './index.scss';
const SamplePreview = ({ editor }: PluginProps) => { const SamplePreview = ({ editor }: PluginProps) => {