diff options
author | Renard | 2019-09-16 19:15:18 -0300 |
---|---|---|
committer | Renard | 2019-09-16 19:15:18 -0300 |
commit | 76e055ab6aad9cbc314b17eeff566e1465490294 (patch) | |
tree | f051c3f342f97a49261d649e00f0cf83624d9266 /src/Post.js | |
parent | 4a84a4a9079bedc37a818df1645730fce1749ecb (diff) | |
download | bai-client-76e055ab6aad9cbc314b17eeff566e1465490294.tar.gz bai-client-76e055ab6aad9cbc314b17eeff566e1465490294.tar.xz bai-client-76e055ab6aad9cbc314b17eeff566e1465490294.zip |
Linting: Quitando imports sin usar
Diffstat (limited to 'src/Post.js')
-rw-r--r-- | src/Post.js | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/Post.js b/src/Post.js index 6fd0653..73ae6c0 100644 --- a/src/Post.js +++ b/src/Post.js @@ -1,14 +1,5 @@ import React from "react"; -import { - Segment, - Header, - Image, - Label, - Icon, - Modal, - Comment, - Divider -} from "semantic-ui-react"; +import { Image, Icon, Modal, Comment } from "semantic-ui-react"; import Moment from "react-moment"; import "moment/locale/es"; import { avatars } from "./Quotes"; |