saving refactorings

This commit is contained in:
Lucas Oskorep
2023-02-17 16:45:47 -05:00
parent f2e7527929
commit c92e504d90
3 changed files with 60 additions and 1 deletions
+3 -1
View File
@@ -49,7 +49,9 @@ class MyApp extends StatelessWidget {
// is not restarted.
primarySwatch: Colors.lightBlue,
),
home: const TensordexHome(title: 'Tensordex'),
home:
const TensordexHome(title: 'Tensordex'),
// const CameraExampleHome(),
);
}
}