Skip to content

Commit 375645f

Browse files
committed
feat(plugin-comment): improve type
1 parent 208d818 commit 375645f

File tree

1 file changed

+2
-2
lines changed
  • plugins/blog/plugin-comment/src/client/pageview

1 file changed

+2
-2
lines changed

plugins/blog/plugin-comment/src/client/pageview/noop.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import type { UpdatePageview } from './typings'
1+
import type { UpdatePageview } from './typings.js'
22

3-
export const isSupported = false
3+
export const isSupported: boolean = false
44

55
export const usePageview = (): UpdatePageview => () => {
66
// do nothing

0 commit comments

Comments
 (0)