How to manage components with Avalonia

So Im making an Avalonia program and i was wondering how I would manage components
For example I have a
Views
folder with my Pages / Views and a
ViewModels
folder where i store my ViewModel classes
Now what if i wanted to create a Component that represents a message, where would i store that? And where would I store their viewmodels etc
Im using a ViewLocator
Was this page helpful?