mirror of
https://github.com/immich-app/immich.git
synced 2025-01-04 10:56:47 +01:00
5 lines
169 B
Dart
5 lines
169 B
Dart
|
import 'package:flutter/widgets.dart';
|
||
|
import 'package:hooks_riverpod/hooks_riverpod.dart';
|
||
|
|
||
|
final localeProvider = Provider<Locale>((_) => throw UnimplementedError());
|