matthoffner commited on
Commit
e31f89f
·
1 Parent(s): 7651da1

Update app/editor/index.tsx

Browse files
Files changed (1) hide show
  1. 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
  }