Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sndrs committed May 11, 2021
1 parent 478520a commit e05e624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit e05e624

Please sign in to comment.