Your file structure is correct and you are basically halfway there. Adjusting the following should do it.
Adjust this
import { CustomButton } from "../components";
To this
import { CustomButton } from "../components/CustomButton";