1
0
mirror of https://github.com/git-touch/git-touch synced 2024-12-17 10:48:50 +01:00
git-touch-android-ios-app/lib/screens/user.dart
2019-01-25 20:35:20 +08:00

10 lines
193 B
Dart

import 'package:flutter/cupertino.dart';
import '../widgets/user.dart';
class UserScreen extends StatelessWidget {
@override
Widget build(context) {
return UserWidget('pd4d10');
}
}