From fd69743216ee5cbea5940ac980add8f0a94b5256 Mon Sep 17 00:00:00 2001 From: Jack Meyer Date: Tue, 16 Jun 2020 21:18:24 -0500 Subject: [PATCH] style: fix lint error --- src/__tests__/patients/ContactInfo.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/__tests__/patients/ContactInfo.test.tsx b/src/__tests__/patients/ContactInfo.test.tsx index 9e28f73c02..cce829ce10 100644 --- a/src/__tests__/patients/ContactInfo.test.tsx +++ b/src/__tests__/patients/ContactInfo.test.tsx @@ -1,5 +1,5 @@ import '../../__mocks__/matchMediaMock' -import { Column, Spinner } from '@hospitalrun/components' +import { Column } from '@hospitalrun/components' import { mount } from 'enzyme' import { createMemoryHistory } from 'history' import React from 'react'