Fixed linting errors and warnings
This commit is contained in:
@@ -2,11 +2,13 @@
|
||||
import React from 'react';
|
||||
import { toJS } from 'mobx';
|
||||
import { observer } from 'mobx-react';
|
||||
import type { Document as DocumentType } from 'types';
|
||||
|
||||
import PublishingInfo from '../PublishingInfo';
|
||||
import styles from './Document.scss';
|
||||
import DocumentHtml from './components/DocumentHtml';
|
||||
|
||||
import type { Document as DocumentType } from 'types';
|
||||
|
||||
@observer class Document extends React.Component {
|
||||
props: {
|
||||
document: DocumentType,
|
||||
|
||||
Reference in New Issue
Block a user