hey there, i'm facing this weird behaviour when using lower case, for navigation word the pipeline
hey there, i'm facing this weird behaviour when using lower case, for navigation word the pipeline fails finding the module, still both versions works on local.
import Navigation from "~/components/Navigation"; OK
import Navigation from "~/components/navigation"; FAIL
import Footer from "~/components/footer"; OK
import Navigation from "~/components/Navigation"; OK
import Navigation from "~/components/navigation"; FAIL
import Footer from "~/components/footer"; OK







