How do I add custom component to the app?

Figured out the issue. Looks like Retool expects a named export export const App. I was doing export default App, which didn't work.

1 Like