Skip to content

Commit

Permalink
fix: queue layout export (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw authored Sep 8, 2023
1 parent 989d96a commit 74a473a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"types": "./dist/src/file/layout/balanced.d.ts",
"import": "./src/file/layout/balanced.js"
},
"./src/file/layout/queue": {
"./file/layout/queue": {
"types": "./dist/src/file/layout/queue.d.ts",
"import": "./src/file/layout/queue.js"
},
Expand Down

0 comments on commit 74a473a

Please sign in to comment.