import { VirtWebRouteContainer } from "../widgets/VirtWebRouteContainer"; export function HomeRoute(): React.ReactElement { return (

VirtWeb is an Open Source web ui for Libvirt.

You can use the menu on the left to access the different sections of the application.

); }