editorTools.tsx 124 B

1234567
  1. import styled from '@emotion/styled';
  2. const EditorTools = styled('span')`
  3. display: none;
  4. `;
  5. export default EditorTools;