summaryrefslogtreecommitdiff
path: root/prettier-plugin-astro/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'prettier-plugin-astro/index.js')
-rw-r--r--prettier-plugin-astro/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/prettier-plugin-astro/index.js b/prettier-plugin-astro/index.js
index ef7977351..ea4d4b836 100644
--- a/prettier-plugin-astro/index.js
+++ b/prettier-plugin-astro/index.js
@@ -3,7 +3,7 @@ const {
builders: { concat, hardline },
},
} = require('prettier');
-const { parse } = require('astro/parser');
+const { parse } = require('../parser');
/** @type {Partial<import('prettier').SupportLanguage>[]} */
module.exports.languages = [