mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-05 23:44:22 +00:00
Fix some lint issues
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { API_BASE_URL } from '@/types/authApi';
|
||||
import { IMAGE_EXTENSIONS } from '../types/file';
|
||||
import { API_BASE_URL } from '@/types/api';
|
||||
import { IMAGE_EXTENSIONS } from '@/types/models';
|
||||
|
||||
/**
|
||||
* Checks if the given file path has an image extension.
|
||||
|
||||
Reference in New Issue
Block a user