mirror of
https://github.com/git-touch/git-touch
synced 2024-12-16 18:28:51 +01:00
11 lines
249 B
Dart
11 lines
249 B
Dart
import 'package:flutter/material.dart';
|
|
import 'package:flutter/cupertino.dart';
|
|
import '../screens/user.dart';
|
|
|
|
class ProfileScreen extends StatelessWidget {
|
|
@override
|
|
Widget build(BuildContext context) {
|
|
return UserScreen('pd4d10');
|
|
}
|
|
}
|