import { ViewData } from "../contracts/view-data/ViewData"; export interface ProfileLayoutViewData extends ViewData { // Empty for now }