25a5b9a89a
* Revert "Update preact example to match @astrojs/preact ranges (#4840)" This reverts commitd650a1161a
. * Revert "[ci] format" This reverts commite3c78c5b16
. * Revert "Support shared signals in Preact islands (#4763)" This reverts commit5e46be5468
.
4 lines
85 B
JavaScript
4 lines
85 B
JavaScript
import 'preact/debug';
|
|
import clientFn from './client.js';
|
|
|
|
export default clientFn;
|