why do you hate me ?

This commit is contained in:
Niklas 2020-04-25 23:42:54 +02:00
parent c0c68f7565
commit 97793d58aa

View File

@ -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;