fixed case sensitive filenames
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user