Christie
Results
1
comments of
Christie
Worked for me once I removed the curly braces and kept the return statement on one line. ``` const App = () => { return ; } ```