eslint: enforce gaps between groups with import/order

This commit is contained in:
Alex Gleason
2022-01-10 16:25:06 -06:00
parent 966ca91e1a
commit 6323c7d70e
515 changed files with 794 additions and 2 deletions

View File

@@ -1,7 +1,9 @@
import PropTypes from 'prop-types';
import React from 'react';
import Column from 'soapbox/components/column';
import Pullable from 'soapbox/components/pullable';
import ColumnHeader from './column_header';
export default class UIColumn extends React.PureComponent {