This commit is contained in:
2025-02-21 08:20:41 +01:00
parent 1be6b0681f
commit ff9636b75b
330 changed files with 0 additions and 36926 deletions
@@ -1,12 +0,0 @@
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:terepi_seged/pages/property_list/presentations/controllers/property_list_controller.dart';
class PropertyListView extends GetView<PropertyListController> {
const PropertyListView({Key? key}) : super(key: key);
@override
Widget build(BuildContext context) {
return Container();
}
}