more prog

This commit is contained in:
Mashy
2019-05-09 22:55:46 +10:00
parent 00a367c0ee
commit 707f43550f
2 changed files with 26 additions and 24 deletions
+3 -1
View File
@@ -92,9 +92,11 @@ function InstanceComponent(args) {
{timer}
<VboxContainer />
<InstanceCrypsContainer />
<InfoContainer />
</main>
);
}
// <InfoContainer /> Removed while WIP
module.exports = InstanceComponent;