chore: drop unused AppTheme import on tone screen
Co-authored-by: okuma <o0kuma@users.noreply.github.com>
This commit is contained in:
parent
0b4dffd405
commit
7ee8192d95
|
|
@ -2,7 +2,6 @@ import 'package:flutter/material.dart';
|
|||
import 'package:provider/provider.dart';
|
||||
|
||||
import '../state/session_state.dart';
|
||||
import '../theme/app_theme.dart';
|
||||
import '../widgets/primary_gradient_button.dart';
|
||||
|
||||
/// Phase 1 onboarding skeleton: capture a few style samples locally.
|
||||
|
|
|
|||
Loading…
Reference in New Issue