Skip to content

Commit

Permalink
Removed a logger import
Browse files Browse the repository at this point in the history
  • Loading branch information
milutinke committed Nov 14, 2024
1 parent 2b9bf11 commit b49f0c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/lib/hooks/useWhisperCredentials.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { useEffect, useState } from 'react';
import { createScopedLogger } from '~/utils/logger';

export function useWhisperCredentials() {
const [hasCredentials, setHasCredentials] = useState(false);
Expand Down

0 comments on commit b49f0c1

Please sign in to comment.