mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -05:00
4 lines
85 B
TypeScript
4 lines
85 B
TypeScript
import 'preact/debug';
|
|
import clientFn from './client.js';
|
|
|
|
export default clientFn;
|