summaryrefslogtreecommitdiff
path: root/packages/astro/src/compiler/transform/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/astro/src/compiler/transform/index.ts')
-rw-r--r--packages/astro/src/compiler/transform/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/compiler/transform/index.ts b/packages/astro/src/compiler/transform/index.ts
index 9df050ee5..c9943cc5f 100644
--- a/packages/astro/src/compiler/transform/index.ts
+++ b/packages/astro/src/compiler/transform/index.ts
@@ -1,4 +1,4 @@
-import type { Ast, TemplateNode } from 'astro-parser';
+import type { Ast, TemplateNode } from '@astrojs/parser';
import type { NodeVisitor, TransformOptions, Transformer, VisitorFn } from '../../@types/transformer';
import { walk } from 'estree-walker';