Skip to content

Commit

Permalink
adding contact us functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
mikezamayias committed Jan 23, 2022
1 parent 87bdb11 commit 74a0a74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import 'package:stacked/stacked.dart';

class ContactUsPageViewModel extends BaseViewModel {}
2 changes: 1 addition & 1 deletion lib/pages/pages.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'add_phone/add_phone_page_view.dart';
import 'cart/cart_page_view.dart';
import 'contact_us/contact_us_page_view.dart';
import 'contact_us/view/contact_us_page_view.dart';
import 'home/home_page_view.dart';
import 'orders/orders_page_view.dart';
import 'phones/phones_page_view.dart';
Expand Down

0 comments on commit 74a0a74

Please sign in to comment.