mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-27 00:59:28 +01:00
6 lines
117 B
Dart
6 lines
117 B
Dart
import 'package:hooks_riverpod/hooks_riverpod.dart';
|
|
|
|
final sourceIdProvider = Provider<int>((ref) {
|
|
return 1;
|
|
});
|