Moving ReadableStringHelper to common project

This commit is contained in:
Jessie Su
2022-12-07 16:08:14 -08:00
committed by Jojo Zhou
parent 055b33c2d5
commit 8d9cb0f16d
3 changed files with 3 additions and 2 deletions

View File

@@ -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;

View File

@@ -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;

View 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