added route preview with updated dnd
This commit is contained in:
7
src/preview/components/MyComponent/index.tsx
Normal file
7
src/preview/components/MyComponent/index.tsx
Normal file
@ -0,0 +1,7 @@
|
||||
export const MyComponent = () => {
|
||||
return (
|
||||
<div style={{ width: "100px", height: "100px", backgroundColor: "red" }}>
|
||||
MyComponent
|
||||
</div>
|
||||
);
|
||||
};
|
Reference in New Issue
Block a user