why do you hate me ?
All checks were successful
continuous-integration/drone/tag Build is passing

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

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;