We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c45e5 commit 3d66eedCopy full SHA for 3d66eed
1 file changed
packages/astro-auto-import/README.md
@@ -116,7 +116,7 @@ imports: [
116
117
This config will import the Astro component in `src/components/B.astro` but make it available as `<RenamedB />`.
118
119
-###### Equivalent to
+##### Equivalent to
120
121
```js
122
import { default as RenamedB } from './src/components/B.astro';
@@ -136,7 +136,7 @@ imports: [
136
137
This config would import all the components in an index file, making them available as `<Components.A />`, `<Components.B />` etc.
138
139
140
141
142
import * as Components from './src/components/index';
0 commit comments