From b7c9e7cb4e319e2b277bb433fe40692a33b98ddc Mon Sep 17 00:00:00 2001 From: Tommyhama95 Date: Tue, 10 Mar 2020 20:06:49 +0100 Subject: [PATCH] Removed unused import --- src/components/AcademyLocation/AcademyLocationSection.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/AcademyLocation/AcademyLocationSection.tsx b/src/components/AcademyLocation/AcademyLocationSection.tsx index aa27012..5d97a11 100755 --- a/src/components/AcademyLocation/AcademyLocationSection.tsx +++ b/src/components/AcademyLocation/AcademyLocationSection.tsx @@ -2,7 +2,6 @@ import React from 'react'; import classnames from 'classnames'; import styles from './AcademyLocationSection.module.scss'; import { Academy } from '../../core/models'; -import Link from '../Link/Link'; interface AcademyLocationSectionProps { academies: Academy[]