mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-23 03:27:05 -04:00
parent
557386f78f
commit
e2155e735d
65 changed files with 834 additions and 467 deletions
11
src/components/editor/editor-window/editor-window.tsx
Normal file
11
src/components/editor/editor-window/editor-window.tsx
Normal file
|
@ -0,0 +1,11 @@
|
|||
import React from 'react'
|
||||
|
||||
const EditorWindow: React.FC = () => {
|
||||
return (
|
||||
<div style={{ backgroundColor: 'green' }}>
|
||||
Hello, EditorWindow!
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export { EditorWindow }
|
Loading…
Add table
Add a link
Reference in a new issue