fixed case sensitive filenames

This commit is contained in:
2020-04-25 23:26:20 +02:00
parent 47c5b1e6a4
commit c0c68f7565
4 changed files with 11 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ import * as React from "react";
import "../style/search.scss";
import Sugestion from "./Sugestion";
import { Suggestion, SuggestionType } from "../types/suggestion";
import { Suggestion, SuggestionType } from "../types/Suggestion";
import getGoogleSuggestions from "../functions/getGoogleSuggestions";
interface State {