diff --git a/lib/components/menu.dart b/lib/components/menu.dart
index 4d74b63..0cf37a4 100644
--- a/lib/components/menu.dart
+++ b/lib/components/menu.dart
@@ -5,6 +5,7 @@ import 'dart:math' as math;
import 'package:nekoya_flutter/screens/products.dart';
import 'package:nekoya_flutter/screens/register.dart';
import 'package:nekoya_flutter/screens/checkout.dart';
+import 'package:nekoya_flutter/screens/payment.dart';
class Menu extends StatefulWidget {
const Menu({Key? key}) : super(key: key);
@@ -48,7 +49,7 @@ class _MenuState extends State