Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Commit

Permalink
Removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyhama95 committed Mar 10, 2020
1 parent 4ba1eca commit b7c9e7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/AcademyLocation/AcademyLocationSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
Expand Down

0 comments on commit b7c9e7c

Please sign in to comment.