Skip to content

Commit

Permalink
chore: fix bad reference in browser import test
Browse files Browse the repository at this point in the history
  • Loading branch information
benlesh committed Feb 29, 2024
1 parent a2d0b12 commit e6178f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script type="importmap">
{
"imports": {
"@rxjs/observable": "./node_modules/@rxjs/observable/dist/browser/index.js"
"@rxjs/observable": "./node_modules/@rxjs/observable/dist/esm/index.js"
}
}
</script>
Expand Down

0 comments on commit e6178f8

Please sign in to comment.