Remove unused import

This commit is contained in:
Aarni Halinen
2019-11-08 19:12:17 +02:00
parent 162afb5d37
commit 0b7aa3d081
-4
View File
@@ -3,11 +3,7 @@ import Helmet from "react-helmet";
import "./ContactsPage.scss";
import { ColorEnum, getColor, getHoverColor } from "../../components/ColorDiv/ColorDiv";
import { StaticContext } from "../../server/StaticContext";
import PageLink from "../../components/PageLink/PageLink";
import Card from "../../components/Card";
import PageSection from "../../components/PageSection";
import HeroMainSection from "../../components/HeroMainSection";
import ContactCard from "../../components/ContactCard";
import { getContacts, Occupation, Committee, getCommittees } from "../../models/Contacts";
import CommitteeContainer from "../../components/CommitteeContainer";
import Anchor from "../../components/Anchor/index";