step 4 : home screen
This commit is contained in:
10
app_petty_cash/lib/screen/transaksi/transaksi_screen.dart
Normal file
10
app_petty_cash/lib/screen/transaksi/transaksi_screen.dart
Normal file
@@ -0,0 +1,10 @@
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class TransaksiScreen extends StatelessWidget {
|
||||
const TransaksiScreen({super.key});
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return const Placeholder();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user