summaryrefslogtreecommitdiff
path: root/packages/integrations/preact/src/client-dev.ts
blob: d37e6e0afd8e9ea96df3c5cf1b53dfef25a604c1 (plain) (blame)
1
2
3
4
import 'preact/debug';
import clientFn from './client.js';

export default clientFn;