We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbb5dc0 commit a8c2d96Copy full SHA for a8c2d96
src/routes/callback.tsx
@@ -1,6 +1,7 @@
1
import { createFileRoute, useNavigate } from '@tanstack/react-router';
2
import { useEffect } from 'react';
3
4
+
5
export const Route = createFileRoute('/callback')({
6
component: Callback,
7
})
0 commit comments