2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-07-30 01:01:37 +00:00
This commit is contained in:
Oliver
2021-08-10 20:59:07 +10:00
parent 4ff6ce1ca3
commit 2cb3e89a9a
6 changed files with 13 additions and 21 deletions

@@ -19,8 +19,6 @@ import 'package:flutter/material.dart';
import 'package:font_awesome_flutter/font_awesome_flutter.dart';
import 'package:infinite_scroll_pagination/infinite_scroll_pagination.dart';
import '../api_form.dart';
class CategoryDisplayWidget extends StatefulWidget {
CategoryDisplayWidget(this.category, {Key? key}) : super(key: key);