Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
edemaine committed Apr 11, 2021
1 parent ee0c186 commit 1b166b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/ChatRoom.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import {Alert, Badge, Button, Form, InputGroup, Tooltip, OverlayTrigger} from 'r
import {FontAwesomeIcon} from '@fortawesome/react-fontawesome'
import {faComment} from '@fortawesome/free-solid-svg-icons'
import {useTracker} from 'meteor/react-meteor-data'
import {Session} from 'meteor/session'
import ScrollableFeed from 'react-scrollable-feed'

import {Loading} from './Loading'
Expand Down

0 comments on commit 1b166b8

Please sign in to comment.