Skip to content

Commit

Permalink
remove unnecessary type export
Browse files Browse the repository at this point in the history
  • Loading branch information
interim17 committed Oct 5, 2023
1 parent 71649d0 commit ee7b583
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/simularium/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@ export type {
EncodedTypeMapping,
SimulariumFileFormat,
} from "./types";
export type {
SelectionStateInfo,
UIDisplayData,
ColorChanges,
SelectionEntry,
} from "./SelectionInterface";
export type { SelectionStateInfo, UIDisplayData } from "./SelectionInterface";
export { ErrorLevel, FrontEndError } from "./FrontEndError";
export { NetMessageEnum } from "./WebsocketClient";
export { RemoteSimulator } from "./RemoteSimulator";
Expand Down

0 comments on commit ee7b583

Please sign in to comment.