Spaces:
Paused
Paused
Commit
·
e31f89f
1
Parent(s):
7651da1
Update app/editor/index.tsx
Browse files- app/editor/index.tsx +1 -0
app/editor/index.tsx
CHANGED
@@ -62,4 +62,5 @@ export default function Editor({ defaultValue }: { defaultValue: string }) {
|
|
62 |
<button onClick={() => handlePreview()}>preview</button>
|
63 |
<div id="root" />
|
64 |
</>
|
|
|
65 |
}
|
|
|
62 |
<button onClick={() => handlePreview()}>preview</button>
|
63 |
<div id="root" />
|
64 |
</>
|
65 |
+
)
|
66 |
}
|