Skip to content

Commit

Permalink
remove duplicating aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
salexpro committed Jun 25, 2021
1 parent 419ddbc commit 0fa830a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,10 @@
"jsx": "preserve",
"paths": {
// "api": ["api"],
"~components": ["src/components"],
// "~containers": ["src/containers"],
// "globalstore": ["store.js"],
"~img": ["src/assets/img"],
"~fonts": ["src/assets/fonts"],
// "~hooks": ["hooks"],
"~styles": ["src/styles"],
"~images": ["src/images"],
"~*": ["./src/*"]
}
},
Expand Down

1 comment on commit 0fa830a

@vercel
Copy link

@vercel vercel bot commented on 0fa830a Jun 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.