Добавление симлинков для импортов (#56)

This commit is contained in:
Nikolay
2021-01-06 11:54:40 +03:00
committed by GitHub
parent 8b1c830f56
commit 0f5175ab79
9 changed files with 83 additions and 45 deletions

View File

@ -1,5 +1,5 @@
import {makeApi} from '_utils/makeApi';
import {http} from '../infrastructure/Http';
import {http} from '_infrastructure/Http';
type User = {
id: number;