diff options
author | uvok | 2025-07-30 20:34:54 +0200 |
---|---|---|
committer | uvok | 2025-07-30 20:34:54 +0200 |
commit | e0fb75037ae575bb0c63703299c2039bf970ad65 (patch) | |
tree | 0d259415e2bf115106ff25ebc77ff1f54d7c2284 /lib/main.dart | |
parent | 87e1dfffd2c17ef0e3d0711394122456e9d0c7c8 (diff) |
Shuffle code around / reorder
Diffstat (limited to 'lib/main.dart')
-rw-r--r-- | lib/main.dart | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/main.dart b/lib/main.dart index 39f5e27..3e6c8cd 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see <https://www.gnu.org/licenses/>. -import 'package:uvok_epaper_badge/badge_app.dart'; +import 'package:uvok_epaper_badge/widgets/badge_app.dart'; import 'package:flutter/material.dart'; import 'package:logger/logger.dart'; |