diff --git a/src/components/EditorNew/Editor.tsx b/src/components/EditorNew/Editor.tsx index a5bd75ba..eb0bfcff 100644 --- a/src/components/EditorNew/Editor.tsx +++ b/src/components/EditorNew/Editor.tsx @@ -12,6 +12,8 @@ import { createArticle } from '../../stores/zine/articles' import type { ShoutInput } from '../../graphql/types.gen' import { Sidebar } from './Sidebar' import styles from './Sidebar.module.scss' +import Button from '../_shared/Button' +import { t } from '../../utils/intl' type Props = { initialContent?: string @@ -78,9 +80,7 @@ export const Editor = (props: Props) => { return (