saving refactorings
This commit is contained in:
+3
-1
@@ -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(),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user