mirror of
https://github.com/immich-app/immich.git
synced 2025-07-21 22:44:23 +02:00
refactor(mobile): move store settings and store into domain folder (#16201)
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
This commit is contained in:
parent
31dc83f3f2
commit
76d95cd348
51 changed files with 195 additions and 153 deletions
mobile/lib/utils
|
@ -1,6 +1,8 @@
|
|||
import 'dart:io';
|
||||
import 'package:immich_mobile/services/app_settings.service.dart';
|
||||
|
||||
import 'package:immich_mobile/domain/models/store.model.dart';
|
||||
import 'package:immich_mobile/entities/store.entity.dart';
|
||||
import 'package:immich_mobile/services/app_settings.service.dart';
|
||||
import 'package:logging/logging.dart';
|
||||
|
||||
class HttpSSLCertOverride extends HttpOverrides {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue