@page "/contact"
@using SharedUI.Shared.Components.Layout
<ContactComponent/>
<ContactIconComponent/>
@code {
}