diff --git a/jsconfig.json b/jsconfig.json index 7256a73..6bb516b 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -3,8 +3,8 @@ "baseUrl": ".", "paths": { "@/*": ["./src/*"], - "@contexts/*": ["./src/common/components/*"], - "@components/*": ["./src/common/contexts/*"], + "@contexts/*": ["./src/common/contexts/*"], + "@components/*": ["./src/common/components/*"], "@states/*": ["./src/states/"] } }