mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Refactor imports
This commit is contained in:
parent
c78dd7cfa5
commit
2a6df373c5
38 changed files with 8 additions and 53 deletions
|
|
@ -1,5 +1,3 @@
|
|||
|
||||
import "package:flutter/cupertino.dart";
|
||||
import "package:flutter/material.dart";
|
||||
|
||||
import "package:inventree/inventree/model.dart";
|
||||
|
|
@ -11,6 +9,7 @@ import "package:inventree/app_settings.dart";
|
|||
import "package:inventree/widget/stock_detail.dart";
|
||||
import "package:inventree/api.dart";
|
||||
|
||||
|
||||
class StockItemList extends StatefulWidget {
|
||||
|
||||
const StockItemList(this.filters);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue