Small fix
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:budget_app/pages/home_page.dart'; // Импорт нашей новой страницы
|
||||
import 'theme/app_theme.dart'; // Импорт тем приложения
|
||||
import 'package:hive_ce_flutter/hive_flutter.dart';
|
||||
|
||||
/// Точка входа в приложение
|
||||
import 'injection_container.dart' as di;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:hive_flutter/hive_flutter.dart';
|
||||
import 'package:hive_ce_flutter/hive_flutter.dart';
|
||||
|
||||
class SettingsPage extends StatelessWidget {
|
||||
const SettingsPage({super.key});
|
||||
|
||||
Reference in New Issue
Block a user