mirror of
https://github.com/immich-app/immich.git
synced 2025-12-17 09:13:17 +03: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());
|