Skip to content

Commit 2c639ee

Browse files
author
Ives van Hoorne
committed
Fix notification
1 parent 714b00c commit 2c639ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/containers/Notifications/Notification.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import InfoIcon from 'react-icons/lib/md/info';
55
import ErrorIcon from 'react-icons/lib/md/error';
66
import WarningIcon from 'react-icons/lib/md/warning';
77

8-
import theme from '../../common/theme';
8+
import theme from 'common/theme';
99

10-
import type { NotificationButton } from '../store/notifications/reducer';
10+
import type { NotificationButton } from 'app/store/notifications/reducer';
1111

1212
const Container = styled.div`
1313
position: relative;

0 commit comments

Comments
 (0)