Files
dealplustech/dealplustech-astro/node_modules/astro/dist/runtime/client/only.js
2026-03-02 12:35:14 +07:00

9 lines
166 B
JavaScript

const onlyDirective = async (load) => {
const hydrate = await load();
await hydrate();
};
var only_default = onlyDirective;
export {
only_default as default
};