You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can see one index file in the src directory and the other in the root directory. I am not sure why we have an index.js file in the root directory. We can remove the index.js file. Let me know if I am missing something.
@Maanu07 the index.js file was old code for the same. But now they have moved the logical code section into the src folder. And yes deleting the index.js file will not create any issue. I hope that helps.
@Maanu07 the index.js file was old code for the same. But now they have moved the logical code section into the src folder. And yes deleting the index.js file will not create any issue. I hope that helps.
Cool, actually I added the index.ts file in the src directory but I also removed the index.js from the root directory. No idea how it came back. Maybe someone else PR introduced it again in the code.
Activity
DIVYESH-GITHUB commentedon Dec 23, 2023
@Maanu07 the index.js file was old code for the same. But now they have moved the logical code section into the src folder. And yes deleting the index.js file will not create any issue. I hope that helps.
Maanu07 commentedon Dec 23, 2023
Cool, actually I added the index.ts file in the src directory but I also removed the index.js from the root directory. No idea how it came back. Maybe someone else PR introduced it again in the code.