Skip to content

Commit

Permalink
chore: renamed to index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
troykessler committed Jun 11, 2024
1 parent 0f1b974 commit 5fad5d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/coins/test/coins.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Coins } from "../src/coins";
import { Coins } from "../src";

describe("coins.ts", () => {
test("constructor", () => {
Expand Down

0 comments on commit 5fad5d9

Please sign in to comment.