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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user