mirror of
https://github.com/Nezumi-2711/react-training.git
synced 2026-09-22 20:01:59 +00:00
Fix comments
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
// Constants
|
||||
import { BASE_URL } from '../constants/path';
|
||||
import { BASE_URL } from '@constant/path';
|
||||
|
||||
// Types
|
||||
import { IResponse } from '../types/responses';
|
||||
import { IResponse } from '@type/responses';
|
||||
|
||||
type TMethodRequest = 'GET' | 'POST' | 'PUT' | 'DELETE' | 'PATCH';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user