mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-19 14:04:28 +00:00
chore: import packages
This commit is contained in:
parent
18f149e0e8
commit
9035a8554c
@ -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) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user