@page "/dbtest"
@using TIAMSharedUI.Pages.Components
<h3>TestPage</h3>
<ChooseDestination></ChooseDestination>
<hr/>
<DbTestComponent></DbTestComponent>
<InputWizard></InputWizard>
@code {
}