Remove unused import
This commit is contained in:
parent
eba0538bed
commit
ee4a8a86e3
2 changed files with 0 additions and 3 deletions
lib/components
|
@ -1,6 +1,4 @@
|
|||
import 'package:flutter/material.dart';
|
||||
import 'package:nekoya_flutter/screens/productcoba.dart';
|
||||
import 'package:nekoya_flutter/components/details_screen.dart';
|
||||
|
||||
import '../utils/utils.dart';
|
||||
import 'product_card.dart';
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
import 'package:flutter/material.dart';
|
||||
import 'package:nekoya_flutter/screens/productcoba.dart';
|
||||
|
||||
import 'package:nekoya_flutter/api/api.dart';
|
||||
import '../utils/utils.dart';
|
||||
|
|
Loading…
Add table
Reference in a new issue