Skip to content

Commit

Permalink
chore: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
MeewMeew committed Oct 10, 2023
1 parent 92b2c9f commit d906400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/User/UserHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { Logger } from '@/helpers/logger';
import { mewSocket } from '@/helpers/socket';
import { useGeneral } from '@/stores/general';
import { useUser } from '@/stores/user';
import { type IFriend, type INotification, type IUser, NotificationType, SEvent } from '@/types';
import { type IFriend, type IUser, NotificationType, SEvent } from '@/types';
const router = useRouter()
const props = defineProps({
Expand Down

0 comments on commit d906400

Please sign in to comment.