Skip to content
Snippets Groups Projects
Commit 67c9a771 authored by chris's avatar chris
Browse files

use editor elements

parent 93b916cb
No related branches found
No related tags found
1 merge request!33Layouts themes
import styled from "styled-components";
import React, { Fragment } from "react";
import { MainMenuBar, SideMenuBar } from "wax-prosemirror-components";
import EditorElements from "./EditorElements";
const LayoutWrapper = styled.div`
display: flex;
......@@ -35,6 +36,7 @@ const WaxSurfaceScroll = styled.div`
&:focus {
outline: none;
}
${EditorElements};
}
`;
......
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