Skip to content

Commit 8ba8919

Browse files
committed
fix import path for storage hook
1 parent c178f27 commit 8ba8919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

popup.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { useStorage } from "@plasmohq/storage"
1+
import { useStorage } from "@plasmohq/storage/hook"
22
import { useEffect, useState } from "react"
33

44
import { StorageKey } from "~core/message"

0 commit comments

Comments
 (0)