fix(ui): drop unused BrandMark AppTheme import
Co-authored-by: okuma <o0kuma@users.noreply.github.com>
This commit is contained in:
parent
d905d0e5e8
commit
3ca2c2bea9
|
|
@ -1,7 +1,5 @@
|
|||
import 'package:flutter/material.dart';
|
||||
|
||||
import '../theme/app_theme.dart';
|
||||
|
||||
/// Compact messenger brand mark — blue tile, no glow.
|
||||
class BrandMark extends StatelessWidget {
|
||||
const BrandMark({super.key, this.size = 64});
|
||||
|
|
|
|||
Loading…
Reference in New Issue