Skip to content

Commit

Permalink
Deploying to gh-pages from @ eccabb9 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Oct 25, 2023
1 parent fe1520e commit 94af6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stores/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h2>Reactive stores to build hApps</h2>
}
</script>
<script filename="test.ts" type="sample/ts">
import { readable, get } from 'svelte/store';
import { readable, get } from '@holochain-open-dev/store';
import { assert } from './assert.js';
import { waitUntilCountIs10 } from './index.js';
export function test() {
Expand Down

0 comments on commit 94af6c0

Please sign in to comment.