Skip to content

Commit 093df69

Browse files
committedApr 27, 2023
chore: fix ts error
1 parent 62a20df commit 093df69

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/module.ts

-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ export default defineNuxtModule<ModuleOptions>({
280280
}
281281

282282
if (nuxt.options.dev && moduleOptions.viewer) {
283-
// @ts-expect-error missing type
284283
nuxt.hook('devtools:customTabs', (tabs) => {
285284
tabs.push({
286285
title: 'TailwindCSS',

0 commit comments

Comments
 (0)
Please sign in to comment.