Fixes the build
This commit is contained in:
parent
4facc560b8
commit
b7a5264a18
19 changed files with 19 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ using Xamarin.Forms;
|
|||
namespace ZicMoove.Pages.Chat
|
||||
{
|
||||
using Data;
|
||||
using Settings;
|
||||
using System.Linq;
|
||||
using ViewModels.Messaging;
|
||||
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ namespace ZicMoove.Pages
|
|||
using EstimatePages;
|
||||
using Model.Social;
|
||||
using Model.Workflow;
|
||||
using Settings;
|
||||
using ViewModels.EstimateAndBilling;
|
||||
|
||||
public partial class BookQueryPage : ContentPage
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ namespace ZicMoove.Pages
|
|||
using Data;
|
||||
using EstimatePages;
|
||||
using Model.Workflow;
|
||||
using Settings;
|
||||
using ViewModels.EstimateAndBilling;
|
||||
using ViewModels.Signing;
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ using Xamarin.Forms;
|
|||
namespace ZicMoove.Pages.EstimatePages
|
||||
{
|
||||
using Data;
|
||||
using Settings;
|
||||
using ViewModels.EstimateAndBilling;
|
||||
using ViewModels.Signing;
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ using ZicMoove.Helpers;
|
|||
using XLabs.Forms.Behaviors;
|
||||
using XLabs.Forms.Controls;
|
||||
using ZicMoove.Model.Auth.Account;
|
||||
using ZicMoove.Settings;
|
||||
|
||||
namespace ZicMoove.Pages.UserProfile
|
||||
{
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ namespace ZicMoove.Pages.UserProfile
|
|||
using Data;
|
||||
using Helpers;
|
||||
using Newtonsoft.Json.Linq;
|
||||
using Settings;
|
||||
using System.Linq;
|
||||
using System.Net.Http;
|
||||
using ViewModels.UserProfile;
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ namespace ZicMoove.Pages.UserProfile
|
|||
using ViewModels.UserProfile;
|
||||
using Data;
|
||||
using System.Windows.Input;
|
||||
using Settings;
|
||||
|
||||
public partial class UserFiles : ContentPage
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue