Skip to content

Commit 06815e4

Browse files
committed
Move theme to themes folder
1 parent 861456d commit 06815e4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/app.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import 'package:flutter_riverpod/flutter_riverpod.dart';
44
import 'pages/home_page.dart';
55
import 'providers/app_init.dart';
66
import 'providers/theme_mode.dart';
7-
import 'theme.dart';
7+
import 'themes/theme.dart';
88

99
class App extends StatelessWidget {
1010
const App({super.key});
File renamed without changes.

0 commit comments

Comments
 (0)