Skip to main content
✏️ Code CompletionRX React Medium+20 XP

Default Export

Complete the default export of a component.

✏️ Fill in the blank
function App() { return <div>Hello</div>; }
export ___ App;

✏️ Type the missing code: