Skip to content

Commit

Permalink
fix: analysis issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanpodila committed Apr 7, 2024
1 parent 9cc8f0e commit 2bb9142
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import 'package:flutter/material.dart';
import 'package:json_annotation/json_annotation.dart';
import 'package:json_path/json_path.dart';
import 'package:vyuh_core/vyuh_core.dart';
import 'package:vyuh_feature_system/content/card/list_item_layout.dart';
import 'package:vyuh_feature_system/vyuh_feature_system.dart' as vf;
import 'package:vyuh_feature_system/vyuh_feature_system.dart';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import 'package:json_annotation/json_annotation.dart';
import 'package:vyuh_core/vyuh_core.dart';
import 'package:vyuh_extension_content/vyuh_extension_content.dart' as vx;
import 'package:vyuh_extension_content/vyuh_extension_content.dart';
import 'package:vyuh_feature_system/content/card/default_layout.dart';
import 'package:vyuh_feature_system/vyuh_feature_system.dart';

part 'card.g.dart';
Expand Down

0 comments on commit 2bb9142

Please sign in to comment.