Skip to content

Commit a2d7ef2

Browse files
committed
chore: add useState import to state plugins
1 parent b39a52c commit a2d7ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ function addClientHintsPlugin(
152152
write: true,
153153
getContents() {
154154
return `
155-
import { defineNuxtPlugin, readonly } from '#imports'
155+
import { defineNuxtPlugin, readonly, useState } from '#imports'
156156
157157
export default defineNuxtPlugin({
158158
name: '${name}',

0 commit comments

Comments
 (0)