Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
lelemm committed Dec 9, 2024
1 parent b16d75b commit 7145727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop-client/src/components/LoggedInUser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import { type RemoteFile, type SyncedLocalFile } from 'loot-core/types/file';
import { useAuth } from '../auth/AuthProvider';
import { Permissions } from '../auth/types';
import { useActions } from '../hooks/useActions';
import { useNavigate } from '../hooks/useNavigate';
import { useMetadataPref } from '../hooks/useMetadataPref';
import { useNavigate } from '../hooks/useNavigate';
import { theme, styles } from '../style';

import { Button } from './common/Button2';
Expand Down

0 comments on commit 7145727

Please sign in to comment.