The welcome view is looking for a declared \App\Domains\Dashboard\View. If its not founds it defaults to the settings page.
To start creating your own, go to .admin/src/App/Domains/Dashboard/View.php and switch $override to true:
public $override = true;
This will allow you to use the Dashboard\View template.