refactor: update theme import paths and consolidate theme provider files

This commit is contained in:
Dr-Blank 2024-10-05 08:30:43 -04:00
parent 10f257aa46
commit db85a76c0b
No known key found for this signature in database
GPG key ID: 7452CC63F210A266
8 changed files with 313 additions and 66 deletions

View file

@ -17,7 +17,7 @@ import 'package:vaani/router/router.dart';
import 'package:vaani/settings/app_settings_provider.dart';
import 'package:vaani/shared/extensions/model_conversions.dart';
import 'package:vaani/shared/widgets/shelves/home_shelf.dart';
import 'package:vaani/theme/theme_from_cover_provider.dart';
import 'package:vaani/theme/providers/theme_from_cover_provider.dart';
/// A shelf that displays books on the home page
class BookHomeShelf extends HookConsumerWidget {