Skip to content

Commit 5ed506c

Browse files
committed
refactor(logoicon): moved images folder to components/assets
1 parent 1472229 commit 5ed506c

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

src/components/Icon/LogoIcon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22
import propTypes from 'prop-types';
3-
import logoIMG from '../../images/logo.png';
3+
import logoIMG from '../assets/images/logo.png';
44

55
const LogoIcon = ({ style }) => {
66
const baseClass = 'LogoIcon';
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)