We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 714b00c commit 2c639eeCopy full SHA for 2c639ee
src/app/containers/Notifications/Notification.js
@@ -5,9 +5,9 @@ import InfoIcon from 'react-icons/lib/md/info';
5
import ErrorIcon from 'react-icons/lib/md/error';
6
import WarningIcon from 'react-icons/lib/md/warning';
7
8
-import theme from '../../common/theme';
+import theme from 'common/theme';
9
10
-import type { NotificationButton } from '../store/notifications/reducer';
+import type { NotificationButton } from 'app/store/notifications/reducer';
11
12
const Container = styled.div`
13
position: relative;
0 commit comments