mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
Moving ReadableStringHelper to common project
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// The Microsoft Corporation licenses this file to you under the MIT license.
|
||||
// See the LICENSE file in the project root for more information.
|
||||
|
||||
namespace Peek.FilePreviewer.Previewers.Helpers
|
||||
namespace Peek.Common.Helpers
|
||||
{
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
@@ -13,6 +13,7 @@ namespace Peek.FilePreviewer.Previewers
|
||||
using Microsoft.UI.Dispatching;
|
||||
using Microsoft.UI.Xaml.Media.Imaging;
|
||||
using Peek.Common;
|
||||
using Peek.Common.Helpers;
|
||||
using Peek.FilePreviewer.Previewers.Helpers;
|
||||
using Windows.Foundation;
|
||||
using File = Peek.Common.Models.File;
|
||||
|
||||
@@ -7,7 +7,7 @@ namespace Peek.FilePreviewer
|
||||
using CommunityToolkit.Mvvm.ComponentModel;
|
||||
using Microsoft.UI.Xaml.Controls;
|
||||
using Microsoft.UI.Xaml.Media.Imaging;
|
||||
using Peek.FilePreviewer.Previewers.Helpers;
|
||||
using Peek.Common.Helpers;
|
||||
|
||||
[INotifyPropertyChanged]
|
||||
public sealed partial class UnsupportedFilePreview : UserControl
|
||||
|
||||
Reference in New Issue
Block a user