Fix modules not found due to mismatch name
This commit is contained in:
parent
936e17d33c
commit
52f55efee2
|
@ -6,7 +6,7 @@ import HeartIcon from "../icons/heart.svg";
|
|||
import SettingsIcon from "../icons/settings.svg";
|
||||
import Toggle from "react-toggle";
|
||||
import "react-toggle/style.css";
|
||||
import "../styles/header.scss";
|
||||
import "../styles/Header.scss";
|
||||
|
||||
const openPatreon = () => {
|
||||
openUrl(patreonLink);
|
||||
|
|
|
@ -2,7 +2,7 @@ import React, { Component } from "react";
|
|||
import ReactDOM from "react-dom";
|
||||
import browser from "webextension-polyfill";
|
||||
import ListenButton from "./ListenButton";
|
||||
import "../styles/inputArea.scss";
|
||||
import "../styles/InputArea.scss";
|
||||
|
||||
export default class InputArea extends Component {
|
||||
resizeTextArea = () => {
|
||||
|
|
Loading…
Reference in a new issue