Skip to content

Commit 2545ff3

Browse files
authored
fix: LDP-1975: Add explicit imports. (#114)
1 parent 4c99b3f commit 2545ff3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/runtime/composables/useDrupalCe.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { useRuntimeConfig, useState, useFetch, navigateTo, createError, useRoute, h, resolveComponent } from '#imports'
12
/**
23
* Fetches page data from Drupal, handles redirects, errors and messages
34
* @param path Path of the Drupal page to fetch

0 commit comments

Comments
 (0)