From e05e6247006010dd5a3545e365edc3f0d6ccdb3e Mon Sep 17 00:00:00 2001 From: Alex Sanders Date: Tue, 11 May 2021 15:07:55 +0100 Subject: [PATCH] lint fixes --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index c056143..8d25351 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,6 +1,6 @@ // ----- Types ----- // -export type {Country, CountryCode} from './countries' +export type { Country, CountryCode } from './countries'; export type { Theme, Format } from './format'; export { Pillar, Special, Design, Display } from './format';