Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Commit

Permalink
fix: added missing useStorage import
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowko committed Dec 13, 2023
1 parent 9147a02 commit 32c43bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/server/nitro/useCompiler.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { RenderOptions } from '@vue-email/compiler'
import { templateRender } from '@vue-email/compiler'
import type { ModuleOptions } from '../../../module'
import { useRuntimeConfig } from '#imports'
import { useRuntimeConfig, useStorage } from '#imports'

const storageKey = 'assets:emails'

Expand Down

0 comments on commit 32c43bd

Please sign in to comment.