form pro - sin imagenes
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class ProfessionalDeniedScreen extends StatelessWidget {
|
||||
const ProfessionalDeniedScreen({super.key});
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
appBar: AppBar(title: const Text('Perfil profesional')),
|
||||
body: const Center(child: Text('Cuenta denegada')),
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user