Skip to content

Commit 6d19662

Browse files
committed
fix file path
1 parent 7f1ebd2 commit 6d19662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compounds/ActionsGroup/ActionsGroup.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { ListGroup } from 'react-bootstrap'
44
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
55
// import SendMessage from './actions/SendMessage'
66
import ViewFiles from './actions/ViewFiles'
7-
import { allowNull } from '../../../resources/utilityFunctions'
7+
import { allowNull } from '../../resources/utilityFunctions'
88
import './actions-group.scss'
99

1010
// TODO: add back handleSendingMessagesOrFiles into the props. see below TODO.

0 commit comments

Comments
 (0)