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