0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

chore: move away from index file

This commit is contained in:
Nate Moore 2023-10-17 13:27:05 -05:00
parent e66884118a
commit 4cc3e37238

View file

@ -14,11 +14,16 @@ import { serializeProps } from '../serialize.js';
import { shorthash } from '../shorthash.js';
import { isPromise } from '../util.js';
import {
createAstroComponentInstance,
isAstroComponentFactory,
renderTemplate,
type AstroComponentFactory,
} from './astro/index.js';
} from './astro/factory.js';
import {
createAstroComponentInstance
} from './astro/instance.js'
import {
renderTemplate,
} from './astro/render-template.js';
import {
Fragment,
Renderer,