Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
fix: unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
RuiMiguel committed Nov 22, 2023
1 parent be90509 commit 9625e27
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/home/widgets/welcome_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ class WelcomeView extends StatelessWidget {
CTAButton(
icon: vertexIcons.arrowForward.image(),
label: l10n.startAsking,
onPressed: () {},
),
],
),
Expand Down
1 change: 0 additions & 1 deletion packages/app_ui/lib/src/theme/vertex_theme.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import 'package:app_ui/app_ui.dart';
import 'package:app_ui/src/typography/vertex_text_styles.dart';
import 'package:flutter/material.dart';

/// {@template vertex_theme}
Expand Down

0 comments on commit 9625e27

Please sign in to comment.