We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e61b3be commit 500ac4bCopy full SHA for 500ac4b
demos/diagnostics-app/src/app/page.tsx
@@ -4,15 +4,6 @@ import { useNavigate } from 'react-router-dom';
4
import { DEFAULT_ENTRY_ROUTE, LOGIN_ROUTE } from './router';
5
import { connector } from '@/library/powersync/ConnectionManager';
6
7
-export type LoginFormParams = {
8
- email: string;
9
- password: string;
10
-};
11
-
12
-/**
13
- * This page shows a loading spinner we detect a session
14
- * and redirect either to the app or auth flow.
15
- */
16
export default function EntryPage() {
17
const navigate = useNavigate();
18
0 commit comments