Skip to content

Commit

Permalink
fix: remove unneeded await (#2175)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Jul 17, 2023
1 parent f9a0113 commit 434596c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ export default defineNuxtModule<ModuleOptions>({
])

// Register components
await addComponentsDir({
addComponentsDir({
path: resolve('./runtime/components'),
pathPrefix: false,
prefix: '',
Expand Down

0 comments on commit 434596c

Please sign in to comment.