fix(ui): drop unused BrandMark AppTheme import

Co-authored-by: okuma <o0kuma@users.noreply.github.com>
This commit is contained in:
Cursor Agent 2026-08-03 04:28:58 +00:00
parent d905d0e5e8
commit 3ca2c2bea9
No known key found for this signature in database
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
import 'package:flutter/material.dart'; import 'package:flutter/material.dart';
import '../theme/app_theme.dart';
/// Compact messenger brand mark blue tile, no glow. /// Compact messenger brand mark blue tile, no glow.
class BrandMark extends StatelessWidget { class BrandMark extends StatelessWidget {
const BrandMark({super.key, this.size = 64}); const BrandMark({super.key, this.size = 64});