Ignore TSC on image

This commit is contained in:
Aarni Halinen
2019-10-12 18:50:15 +03:00
parent 8dd9422344
commit b13f88d7ed
@@ -1,5 +1,6 @@
import * as React from "react";
import "./ContactCard.scss";
// @ts-ignore
import * as blank_profile from "../../assets/img/blank_profile.png";
import { Role } from "../../models/Contacts";