mirror of
https://github.com/lordmathis/lemma.git
synced 2025-12-23 18:14:22 +00:00
Run npm lint:fix
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { API_BASE_URL, isUser, User } from '@/types/authApi';
|
||||
import type { User } from '@/types/authApi';
|
||||
import { API_BASE_URL, isUser } from '@/types/authApi';
|
||||
import { apiCall } from './api';
|
||||
import { UpdateProfileRequest } from '@/types/userApi';
|
||||
import type { UpdateProfileRequest } from '@/types/userApi';
|
||||
|
||||
/**
|
||||
* updateProfile updates the user's profile information.
|
||||
|
||||
Reference in New Issue
Block a user