SyntaxFix
Write A Post
Hire A Developer
Questions
The Syntax for the importing any module is
import { } from "module";
or
import module-name from "module";
Before error (cakeContainer with small "c")
After Fix