aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/CallbackPage.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/CallbackPage.tsx')
-rw-r--r--src/pages/CallbackPage.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/CallbackPage.tsx b/src/pages/CallbackPage.tsx
index 691a3e4..fab2086 100644
--- a/src/pages/CallbackPage.tsx
+++ b/src/pages/CallbackPage.tsx
@@ -2,7 +2,7 @@
import { jsx } from "@emotion/react";
import { useState } from "react";
-export default function CallbackPage() {
+export default function CallbackPage(): JSX.Element {
const [hasSent, setHasSent] = useState(false);
const params = new URLSearchParams(location.search);