Open shiryz opened 5 years ago
Restructure your files and folders, since you only use these files in the backend they should be in that folder, all of the dictionary related files need to be in a separate nested folder.
├── src (backend) ├── dictionary ├── wordss wordssetup.js ...
Side note wordss and wordssetup are not considered good names
Restructure your files and folders, since you only use these files in the backend they should be in that folder, all of the dictionary related files need to be in a separate nested folder.