Skip to content

Commit b80e511

Browse files
committed
Fix ref to namespace of Debounce extention
1 parent 31b2603 commit b80e511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Toolkit.Uwp.SampleApp/SamplePages/CanvasPathGeometry/CanvasPathGeometryPage.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
using System.Text;
99
using Microsoft.Graphics.Canvas.Geometry;
1010
using Microsoft.Graphics.Canvas.UI.Xaml;
11-
using Microsoft.Toolkit.Uwp.UI.Extensions;
11+
using Microsoft.Toolkit.Uwp.Extensions;
1212
using Microsoft.Toolkit.Uwp.UI.Media.Geometry;
1313
using Windows.System;
1414
using Windows.UI;

0 commit comments

Comments
 (0)