﻿Option Strict On
Option Explicit On

Imports Nexamas.UI.Application
Imports Nexamas.UI.Layout

Partial Friend Class NexamasUIShowcase

    ' Retired Home journey surface.
    ' The Overview no longer renders an explanatory DataGrid of journeys.
    ' Live family-based exploration now lives in BuildHomeSingleJourneyHost(...).
    ' Controls, systems, data, theme/RTL, and proof journeys share one host.
    Private Sub BuildHomeGuidedWorkspace(page As MASApplicationLayoutPageBuilder)
        If page Is Nothing Then Return
    End Sub
End Class
