mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -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 { shorthash } from '../shorthash.js';
|
||||||
import { isPromise } from '../util.js';
|
import { isPromise } from '../util.js';
|
||||||
import {
|
import {
|
||||||
createAstroComponentInstance,
|
|
||||||
isAstroComponentFactory,
|
isAstroComponentFactory,
|
||||||
renderTemplate,
|
|
||||||
type AstroComponentFactory,
|
type AstroComponentFactory,
|
||||||
} from './astro/index.js';
|
} from './astro/factory.js';
|
||||||
|
import {
|
||||||
|
createAstroComponentInstance
|
||||||
|
} from './astro/instance.js'
|
||||||
|
import {
|
||||||
|
renderTemplate,
|
||||||
|
} from './astro/render-template.js';
|
||||||
|
|
||||||
import {
|
import {
|
||||||
Fragment,
|
Fragment,
|
||||||
Renderer,
|
Renderer,
|
||||||
|
|
Loading…
Reference in a new issue