refactored project structure

This commit is contained in:
2026-07-17 17:08:31 +02:00
parent 3ceb0896a4
commit 02469faf52
23 changed files with 33 additions and 33 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import 'package:flutter/material.dart' show ChangeNotifier;
import '../../model/repositories/interfaces/task_repository.dart';
import '../../repositories/interfaces/task_repository.dart';
import '../../model/task.dart';
class TaskController extends ChangeNotifier {