Commit 3bd07e9a authored by ioedeveloper's avatar ioedeveloper Committed by yann300

Fix error in previous commit

parent c0c99f9f
...@@ -26,6 +26,7 @@ export interface WorkspaceProps { ...@@ -26,6 +26,7 @@ export interface WorkspaceProps {
} }
var canUpload = window.File || window.FileReader || window.FileList || window.Blob var canUpload = window.File || window.FileReader || window.FileList || window.Blob
export const Workspace = (props: WorkspaceProps) => {
const LOCALHOST = ' - connect to localhost - ' const LOCALHOST = ' - connect to localhost - '
const NO_WORKSPACE = ' - none - ' const NO_WORKSPACE = ' - none - '
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment