Skip to content

Commit 87c2078

Browse files
authored
fix: imports for removed functions (#799)
1 parent 211f3b4 commit 87c2078

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.changeset/heavy-sloths-burn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'ripple': patch
3+
---
4+
5+
Fix imports for removed functions

packages/ripple/src/runtime/internal/client/index.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,7 @@ export { switch_block as switch } from './switch.js';
8080

8181
export { template, append, text } from './template.js';
8282

83-
export {
84-
ripple_array,
85-
ripple_array_from,
86-
ripple_array_of,
87-
ripple_array_from_async,
88-
} from '../../array.js';
83+
export { ripple_array } from '../../array.js';
8984

9085
export { ripple_object } from '../../object.js';
9186

0 commit comments

Comments
 (0)