Broken but fixed

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