Skip to content

Commit 500ac4b

Browse files
committed
Minor cleanup.
1 parent e61b3be commit 500ac4b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

demos/diagnostics-app/src/app/page.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,6 @@ import { useNavigate } from 'react-router-dom';
44
import { DEFAULT_ENTRY_ROUTE, LOGIN_ROUTE } from './router';
55
import { connector } from '@/library/powersync/ConnectionManager';
66

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-
*/
167
export default function EntryPage() {
178
const navigate = useNavigate();
189

0 commit comments

Comments
 (0)