This commit is contained in:
2025-09-27 16:09:56 +02:00
parent 2bdb094819
commit 530476e33d
6 changed files with 5 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
import 'package:app/core/features/feature_controller.dart';
import 'package:app/core/app/features/feature_controller.dart';
import 'package:app/modules/settings/modules/app/model/feature_settings_view_model.dart';
import 'package:flutter/material.dart';
import 'package:provider/provider.dart';

View File

@@ -1,4 +1,4 @@
import 'package:app/core/features/feature_controller.dart';
import 'package:app/core/app/features/feature_controller.dart';
import 'package:flutter/foundation.dart';
/// Lightweight VM that wraps FeatureController for the Settings screen.