Closed RyanSchw closed 1 year ago
create-react-app does not allow for imports outside of src/ and node_modules/. We need craco to enable imports using the relative paths
create-react-app
src/
node_modules/
craco
create-react-app
does not allow for imports outside ofsrc/
andnode_modules/
. We needcraco
to enable imports using the relative paths