From 97793d58aa2b0342a3d77d95222af97d3e56d3e8 Mon Sep 17 00:00:00 2001 From: Niklas Date: Sat, 25 Apr 2020 23:42:54 +0200 Subject: [PATCH] why do you hate me ? --- src/components/Sugestion.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Sugestion.tsx b/src/components/Sugestion.tsx index 49ebe62..de0b2b1 100644 --- a/src/components/Sugestion.tsx +++ b/src/components/Sugestion.tsx @@ -1,7 +1,7 @@ import * as React from "react"; import "../style/suggestion.scss"; -import { Suggestion } from "../types/suggestion"; +import { Suggestion } from "../types/Suggestion"; interface Props { suggestion: Suggestion;