update
This commit is contained in:
13
lib/spa/spa_page.dart
Normal file
13
lib/spa/spa_page.dart
Normal file
@ -0,0 +1,13 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:get/get.dart';
|
||||
import 'package:rogapp/spa/spa_controller.dart';
|
||||
|
||||
class SpaPage extends GetView<SpaController> {
|
||||
const SpaPage({Key? key}) : super(key: key);
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
throw UnimplementedError();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user