docs: add missing kit import in components section (#1682)

This commit is contained in:
fgiraud 2021-11-04 04:12:32 -04:00 committed by GitHub
parent 35b7362d9e
commit 673eccb575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ Then in `awesome-ui/nuxt.js` you can use the `components:dirs` hook:
```js
import { join } from 'pathe'
import { defineNuxtModule } from "@nuxt/kit"
export default defineNuxtModule({
hooks: {