Skip to content

Commit 0662983

Browse files
Removed unnecessary comments
1 parent dfe94ea commit 0662983

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/App.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ import { connector } from "./powersync/SupabaseConnector";
77

88
function App() {
99
const [userID, setUserID] = useState<string | null>(null);
10-
// const [isAuthenticating, setIsAuthenticating] = useState(false);
11-
// const [authError, setAuthError] = useState<string | null>(null);
1210
const status = useStatus();
1311

1412
// Example of a watch query using useQuery hook

0 commit comments

Comments
 (0)