Skip to content

Commit e858fe3

Browse files
committed
fix import
1 parent c8a23da commit e858fe3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/App.svelte

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@
1919
2020
// reCAPTCHA App Check
2121
22-
const {
23-
initializeAppCheck,
24-
ReCaptchaV3Provider,
25-
} = require("firebase/app-check");
22+
import { initializeAppCheck, ReCaptchaV3Provider } from "firebase/app-check";
2623
2724
initializeAppCheck(app, {
2825
provider: new ReCaptchaV3Provider(

0 commit comments

Comments
 (0)