move env to config

This commit is contained in:
2025-06-11 09:48:10 +02:00
parent d448739bd6
commit 478e9431c6
54 changed files with 56 additions and 56 deletions

View File

@@ -1,5 +1,5 @@
import 'package:flutter/material.dart';
import '../mih_env/env.dart';
import 'mih_config/mih_env.dart';
import '../mih_router/routeGenerator.dart';
import '../mih_theme/mih_theme.dart';