Skip to content

Commit

Permalink
Merge pull request shaked6540#245 from cristianst85/fix-typo-in-filename
Browse files Browse the repository at this point in the history
Fixed filename typo.
  • Loading branch information
shaked6540 authored Mar 12, 2024
2 parents 68ad54d + 537413d commit 1fe7522
Showing 1 changed file with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
global using System;
global using ControlzEx.Theming;
global using MahApps.Metro.Controls;
global using MahApps.Metro.Controls.Dialogs;
global using MahApps.Metro.IconPacks;
global using MoreLinq;
global using Newtonsoft.Json;
global using System;
global using System.Collections.Generic;
global using System.Collections.ObjectModel;
global using System.ComponentModel;
Expand All @@ -24,12 +30,6 @@
global using System.Windows.Input;
global using System.Windows.Media.Imaging;
global using System.Windows.Threading;
global using ControlzEx.Theming;
global using MahApps.Metro.Controls;
global using MahApps.Metro.Controls.Dialogs;
global using MahApps.Metro.IconPacks;
global using MoreLinq;
global using Newtonsoft.Json;
global using YoutubeExplode;
global using YoutubeExplode.Channels;
global using YoutubeExplode.Common;
Expand All @@ -55,5 +55,4 @@
global using FlowDirection = System.Windows.FlowDirection;
global using HorizontalAlignment = System.Windows.HorizontalAlignment;
global using Cursors = System.Windows.Input.Cursors;
global using Brush = System.Windows.Media.Brush;
global using Brushes = System.Windows.Media.Brushes;

0 comments on commit 1fe7522

Please sign in to comment.