Skip to content

Commit

Permalink
Merge pull request #292 from elena-krismer/main
Browse files Browse the repository at this point in the history
replace Sequence with Structure #291
  • Loading branch information
gustavo-salazar authored Aug 15, 2024
2 parents e282f44 + e70c34a commit b7844e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nightingale-structure/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import NightingaleSequence from "./nightingale-structure";
import NightingaleStructure from "./nightingale-structure";
export type * from "./nightingale-structure";
export type * from "./position-mapping";

export default NightingaleSequence;
export default NightingaleStructure;

0 comments on commit b7844e3

Please sign in to comment.