Skip to content
This repository was archived by the owner on Dec 10, 2024. It is now read-only.

Commit 3987c94

Browse files
committedJan 23, 2024·
chore: add import for useRuntimeConfig
1 parent e4c8667 commit 3987c94

File tree

1 file changed

+1
-0
lines changed
  • packages/nuxt/src/runtime/modules/box/composables/slugify

1 file changed

+1
-0
lines changed
 

‎packages/nuxt/src/runtime/modules/box/composables/slugify/useSlugify.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import slugifyFunc from 'slugify'
2+
import { useRuntimeConfig } from '#imports'
23

34
export function useSlugify() {
45
const { slugify } = useRuntimeConfig().public

0 commit comments

Comments
 (0)
This repository has been archived.