Skip to content

Commit 4d21a66

Browse files
Merge pull request #54 from ArunachalamSyncfusion/EnableVirtualization
Remove the unwanted namespace
2 parents 6313fa6 + 19c4211 commit 4d21a66

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

maui/src/BottomSheet/SfBottomSheet.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
using Syncfusion.Maui.Toolkit.Internals;
33
using Syncfusion.Maui.Toolkit.Themes;
44
using Syncfusion.Maui.Toolkit.Helper;
5-
using Syncfusion.Maui.ToolKit.BottomSheet;
65

76
namespace Syncfusion.Maui.Toolkit.BottomSheet
87
{

maui/src/Themes/SfBottomSheetStyle.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<ResourceDictionary xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
33
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
4-
x:Class="Syncfusion.Maui.ToolKit.BottomSheet.SfBottomSheetStyle"
4+
x:Class="Syncfusion.Maui.Toolkit.BottomSheet.SfBottomSheetStyle"
55
xmlns:bottomsheet="clr-namespace:Syncfusion.Maui.Toolkit.BottomSheet">
66

77
<Style TargetType="bottomsheet:SfBottomSheet">

maui/src/Themes/SfBottomSheetStyle.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using Microsoft.Maui.Controls;
22

3-
namespace Syncfusion.Maui.ToolKit.BottomSheet;
3+
namespace Syncfusion.Maui.Toolkit.BottomSheet;
44

55
/// <summary>
66
/// SfBottomSheetStyle provides a set of predefined styles for SfBottomSheet control.

0 commit comments

Comments
 (0)