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:
parent
e66884118a
commit
4cc3e37238
1 changed files with 8 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue