From bc1803dde29026ed40af3b214d2b4d8b31572daa Mon Sep 17 00:00:00 2001
From: chris <kokosias@yahoo.gr>
Date: Fri, 12 Mar 2021 09:26:37 +0200
Subject: [PATCH] remove test div

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

diff --git a/editors/editoria/src/Editoria.js b/editors/editoria/src/Editoria.js
index f63c5021f..9696eab0b 100644
--- a/editors/editoria/src/Editoria.js
+++ b/editors/editoria/src/Editoria.js
@@ -1,5 +1,5 @@
 import React, { useLayoutEffect, useState, useMemo } from 'react';
-import styled, { createGlobalStyle } from 'styled-components';
+import { createGlobalStyle } from 'styled-components';
 
 import { Wax } from 'wax-prosemirror-core';
 
@@ -10,8 +10,8 @@ import { demo } from './demo';
 const GlobalStyle = createGlobalStyle`
   body {
     margin: 0;
-    padding: 0;
     overflow-y: hidden;
+    padding: 0;
   }
 
   #root {
@@ -56,7 +56,6 @@ const Editoria = () => {
     () => (
       <>
         <GlobalStyle />
-        <div>Hello</div>
         <Wax
           key={key}
           config={finalConfig}
-- 
GitLab