Remove unused import
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user