I'm following the step by step instructions at
https://www.sanity.io/guides/build-your-first-blog-using-react#c46733c34d93
I'm getting the following error.
Failed to compile.
./src/App.js Module not found: Can't resolve './components/AllPosts.js' in '/Users/ablair/sanity-react/src'
Im using vs code. Below is a screenshot of the file structure and code for the AllPosts.js and OnePost.js.
I can't seem to figure out the problem here. Any advice is appreciated.