Skip to content

Commit

Permalink
Actually commit the right change...
Browse files Browse the repository at this point in the history
  • Loading branch information
valadas committed Sep 1, 2020
1 parent 18e81bc commit e61e190
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Folders from "./Folders";
import { Scrollbars } from "react-custom-scrollbars";
import "./style.less";

const searchIconImage = require("./img/search.svg").default;
const searchIconImage = require("!raw-loader!./img/search.svg").default;

export default class FolderSelector extends Component {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { Component } from "react";
import { PropTypes } from "prop-types";
import "./style.less";

const folderIcon = require("./img/folder.svg").default;
const folderIcon = require("!raw-loader!./img/folder.svg").default;

export default class Folders extends Component {

Expand Down

0 comments on commit e61e190

Please sign in to comment.