Initial commit
This commit is contained in:
10
lib/screen/pages/more/roomplan/roomplan.dart
Normal file
10
lib/screen/pages/more/roomplan/roomplan.dart
Normal file
@ -0,0 +1,10 @@
|
||||
import 'package:flutter/cupertino.dart';
|
||||
|
||||
class Roomplan extends StatelessWidget {
|
||||
const Roomplan({Key? key}) : super(key: key);
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return const Text("asd");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user