toggle-corp/react-store

View on GitHub
constants/imagePaths.js

Summary

Maintainability
A
0 mins
Test Coverage
import noSearchResults from '../resources/img/no-search-results.png';

const imagePaths = {
    noSearchResults,
};

export default imagePaths;