Skip to content

Commit 4f0ab87

Browse files
committed
fixed namespace path
1 parent 489cf10 commit 4f0ab87

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

CutCode.CrossPlatform/Helpers/ButtonExts.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
using System;
22
using System.Diagnostics;
33
using System.Runtime.InteropServices;
4-
using Aura.UI.ExtensionProperties;
5-
using AuraUtilities;
64
using Avalonia;
75
using Avalonia.Controls;
86
using Avalonia.Data;
97
using Avalonia.Interactivity;
108

11-
namespace CutCode.CrossPlatfrom.Helpers
9+
namespace CutCode.CrossPlatform.Helpers
1210
{
1311
public static class UrlUtils
1412
{

CutCode.CrossPlatform/Views/DeveloperCardView.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
55
xmlns:converters="using:CutCode.CrossPlatform.Converters"
66
xmlns:defconverters="clr-namespace:Avalonia.Markup.Xaml.Converters;assembly=Avalonia.Markup.Xaml"
7-
xmlns:helpers="clr-namespace:CutCode.CrossPlatfrom.Helpers"
7+
xmlns:helpers="clr-namespace:CutCode.CrossPlatform.Helpers"
88
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
99
x:Class="CutCode.CrossPlatform.Views.DeveloperCardView">
1010

0 commit comments

Comments
 (0)