Ask Your Question
1

Although I don't have the listItems.js file in my src folder, some file is still being imported.

asked 2023-07-13 11:29:43 +0000

bukephalos gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2023-07-13 11:40:02 +0000

huitzilopochtli gravatar image

It's possible that the import statement for listItems.js is located in another file that is being imported or referenced in your code. Check all of the files in your project to see if any of them are importing listItems.js or have a reference to it. Additionally, some build tools or frameworks, such as Webpack or create-react-app, may automatically include certain files even if they are not explicitly imported.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-07-13 11:29:43 +0000

Seen: 15 times

Last updated: Jul 13 '23