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

Commit

Permalink
fix: fix import statement for shield_svg component
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelink committed Jun 21, 2024
1 parent a806766 commit b548cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/profile_about_me_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import 'package:langx_flutter/components/gender_svg.dart';
import 'package:langx_flutter/components/calendar_svg.dart';
import 'package:langx_flutter/components/clock_svg.dart';
import 'package:langx_flutter/components/at_sign_svg.dart';
import 'package:langx_flutter/components/Shield_svg.dart';
import 'package:langx_flutter/components/shield_svg.dart';

class ProfileAboutMeCard extends StatelessWidget {
final String country;
Expand Down

0 comments on commit b548cee

Please sign in to comment.