Ready to implement VM list

This commit is contained in:
2023-09-08 16:33:45 +02:00
parent e9dcc57e11
commit 7073b9b7f1
3 changed files with 9 additions and 4 deletions

View File

@ -0,0 +1,3 @@
export function VirtualMachinesRoute(): React.ReactElement {
return <></>;
}