Failed to compile.
Error in ./src/App.js Syntax error: Unexpected token (11:31)
9 | import Fastfood from "./Fastfood";
10 | import Billing from "./Billing";
> 11 | const Fruit = React.lazy(() => import("./Fruit"));
| ^
12 | const App = () => {
13 | const isLogin = true;
14 |
@ ./src/index.js 13:11-27