mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
769ff72f98
* feat: mostly done stacked architecture. * refactor: migration to stacked architecture.
7 lines
97 B
Dart
7 lines
97 B
Dart
import 'package:stacked/stacked.dart';
|
|
|
|
class MainViewModel extends IndexTrackingViewModel {
|
|
|
|
|
|
}
|