astro/packages/integrations/preact/src/client-dev.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
99 B
TypeScript
Raw Normal View History

// @ts-ignore
2022-09-07 18:50:48 +00:00
import 'preact/debug';
import clientFn from './client.js';
export default clientFn;