mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-09-09 20:12:20 +08:00
5 lines
155 B
Dart
5 lines
155 B
Dart
import 'package:flutter/material.dart';
|
|
import 'package:gitjournal/screens/purchase_thankyou_screen.dart';
|
|
|
|
Widget thankYou() => PurchaseThankYouScreen();
|