added route preview with updated dnd

This commit is contained in:
2025-04-16 13:51:44 +03:00
parent 4dd149f2af
commit 029a2de97e
23 changed files with 7488 additions and 9168 deletions

View File

@ -0,0 +1,7 @@
export const MyComponent = () => {
return (
<div style={{ width: "100px", height: "100px", backgroundColor: "red" }}>
MyComponent
</div>
);
};