/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * This is a starter component and can be deleted. * * * * * * * * * * * * * * * * * * * * * * * * * * * * Delete this file and get started with your project! * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ export function NxWelcome({ title }: { title: string }) { return ( <>