add react component
How can I add a new react Component to my page. I've tried adding a new .tsx file (I called it WordCloud.tsx" in the @src folder, and importing it to my page using "import { WordCloud } from '@src/WordCloud';" However, the import is not working. Do I need to add another reference somewhere to get wasp to recognize the new .tsx?