From e66ab162684862c2ff8826505ed6c757dd46f0f3 Mon Sep 17 00:00:00 2001
From: Giannis Kopanas <jkopanas@gmail.com>
Date: Mon, 18 Nov 2019 13:53:58 +0200
Subject: [PATCH] fix(styledwax): style wax

---
 editors/editoria/src/Editoria.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/editors/editoria/src/Editoria.js b/editors/editoria/src/Editoria.js
index 90db0220d..594b9b630 100644
--- a/editors/editoria/src/Editoria.js
+++ b/editors/editoria/src/Editoria.js
@@ -47,11 +47,10 @@ const user = {
   username: "demo"
 };
 
-const Wax = setLayout("EditoriaLayout");
 const Editoria = () => (
   <Fragment>
     <GlobalStyle />
-    <Wax
+    <StyledWax
       options={options}
       autoFocus
       placeholder="Type Something..."
-- 
GitLab