Skip to content

Commit 554e0a2

Browse files
committed
refactor: update namespace for ColorPicker control
1 parent bbd1ccb commit 554e0a2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

source/RevitDevTool/Controls/ColorPickerControl.xaml.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
using System.Windows.Input ;
99
using System.Windows.Media ;
1010
using System.Windows.Media.Animation ;
11-
using RevitLookup.UI.Framework.Controls.ColorPicker ;
1211
using Wpf.Ui.Controls ;
1312
using Button = System.Windows.Controls.Button;
1413
using Color = System.Windows.Media.Color;

source/RevitDevTool/Controls/HSVColor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
using Color = System.Windows.Media.Color;
66

7-
namespace RevitLookup.UI.Framework.Controls.ColorPicker;
7+
namespace RevitDevTool.Controls;
88

99
public static class HsvColor
1010
{

0 commit comments

Comments
 (0)