79158734

Date: 2024-11-05 10:48:22
Score: 0.5
Natty:
Report link

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";
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Thomasino73