mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
5 lines
129 B
JavaScript
5 lines
129 B
JavaScript
|
import SvelteRuntime from '../lib/frontend/runtime/svelte.js';
|
||
|
Function.prototype(SvelteRuntime);
|
||
|
|
||
|
export default SvelteRuntime;
|