style: remove extra blank line in AvatarDropdown component

- Clean up formatting from linting process
- Remove unnecessary blank line after imports
This commit is contained in:
Stijnus
2025-09-05 01:54:43 +02:00
parent 6c7170f644
commit 871f1763fe

View File

@@ -5,7 +5,6 @@ import { classNames } from '~/utils/classNames';
import { profileStore } from '~/lib/stores/profile'; import { profileStore } from '~/lib/stores/profile';
import type { TabType, Profile } from './types'; import type { TabType, Profile } from './types';
interface AvatarDropdownProps { interface AvatarDropdownProps {
onSelectTab: (tab: TabType) => void; onSelectTab: (tab: TabType) => void;
} }