Remove @prettier pragmas

This commit is contained in:
Daniel Gasienica 2018-04-27 17:37:46 -04:00
parent 95321e5d3e
commit 87d374ea78
26 changed files with 0 additions and 80 deletions

View file

@ -1,6 +1,3 @@
/**
* @prettier
*/
import React from 'react';
import classNames from 'classnames';

View file

@ -1,6 +1,3 @@
/**
* @prettier
*/
import React from 'react';
import { AttachmentType } from './types/AttachmentType';

View file

@ -1,6 +1,3 @@
/**
* @prettier
*/
import React from 'react';
import moment from 'moment';

View file

@ -1,6 +1,3 @@
/**
* @prettier
*/
import React from 'react';
export const LoadingIndicator = () => {

View file

@ -1,6 +1,3 @@
/**
* @prettier
*/
import React from 'react';
import moment from 'moment';

View file

@ -1,6 +1,3 @@
/**
* @prettier
*/
import React from 'react';
import { Message } from './types/Message';

View file

@ -1,6 +1,3 @@
/**
* @prettier
*/
import moment from 'moment';
import { compact, groupBy, sortBy } from 'lodash';

View file

@ -1,6 +1,3 @@
/**
* @prettier
*/
import is from '@sindresorhus/is';
import { partition, sortBy } from 'lodash';