I can't find MessageList.tsx and MessageEdit.tsx to add my first feature in the app

Hello there,
I’m trying to learn ho to use Daml. I’m currently working on “Your first feature” section to create an app with Daml. I’ve done the Daml Changes part and I’ve run the new feature, but when I go in components I can’t find MessageList.tsx and MessageEdit.tsx. How can I solve this problem? Thanks in advance.

1 Like

Hi @Alice

According to the instructions in the section MessageList Component these components are expected to be created by yourself. The template “create-daml-app”, which your fist app was based on, doesn’t generate these files by default.

2 Likes

Thank you so much! I actually understood that at some point and I had misinterpreted the task. I forgot to delete the question after I solved it.

1 Like