using Windows.UI.Xaml; namespace StrixMusic.Shells.Groove.Styles.Pages { public sealed partial class GroovePlaylistsPageStyle : ResourceDictionary { public GroovePlaylistsPageStyle() { this.InitializeComponent(); } } }