news_getx/lib/modules/not_found/not_found_controller.dart

6 lines
85 B
Dart

import 'package:get/get.dart';
class NotFoundController extends GetxController {
}