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

Remove features that have been migrated to libs #169

Merged
merged 2 commits into from
Sep 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
255 changes: 0 additions & 255 deletions src/countries.ts

This file was deleted.

57 changes: 0 additions & 57 deletions src/format.ts

This file was deleted.

20 changes: 0 additions & 20 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,23 +1,3 @@
// ----- Types ----- //

export type { Country, CountryCode } from './countries';

export type { Theme, Format } from './format';
export { Pillar, Special, Design, Display } from './format';

export type {
OphanABEvent,
OphanABPayload,
OphanAction,
OphanComponent,
OphanComponentEvent,
OphanComponentType,
OphanProduct,
TestMeta,
} from './ophan';

export { Role } from './role';

export type { Option } from './option';
export {
OptionKind,
Expand Down
Loading