// 기존
import { TABLE_PAGE_SIZE } from '/../../storageSlice'
// 설정 후
import { TABLE_PAGE_SIZE } from 'src/core/redux/storageSlice'
설정 방법
settings.json 파일에 아래와 같이 설정함.
"typescript.preferences.importModuleSpecifier": "non-relative",
'Develop' 카테고리의 다른 글
[Windows] WSL2에 nvm이용해 node 설치 (0) | 2022.04.08 |
---|---|
[Windows] WSL2 완벽 설치 방법 (0) | 2022.04.08 |
[Ubuntu 21.04] Lenovo slim5 'no wifi adapter' 에러 수정 (0) | 2021.11.19 |
[VSCode] 자동정렬, Prettier 설정 (0) | 2021.04.12 |
[Python3] [Errno 13] Permission denied How i solve this problem 해결 방법 (0) | 2020.06.16 |