refactoring to a widget dir

This commit is contained in:
Lucas Oskorep
2022-06-22 22:02:45 -04:00
parent 9ec737db46
commit 8044485d8c
5 changed files with 23 additions and 31 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import 'package:flutter/material.dart';
import 'package:tensordex_mobile/ui/tensordex_home.dart';
import 'package:tensordex_mobile/widgets/tensordex_home.dart';
import 'package:tensordex_mobile/utils/logger.dart';
Future<void> main() async {