Skip to content

Commit e778a85

Browse files
committed
refactor: 组件重命名
1 parent 0c204c4 commit e778a85

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/BootstrapBlazor.Server/Components/Pages/CacaheExpiration.razor.cs renamed to src/BootstrapBlazor.Server/Components/Components/CacheExpiration.razor.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55

66
using Microsoft.Extensions.Caching.Memory;
77

8-
namespace BootstrapBlazor.Server.Components.Pages;
8+
namespace BootstrapBlazor.Server.Components.Components;
99

1010
/// <summary>
11-
/// CacaheExpiration 组件
11+
/// CacheExpiration 组件
1212
/// </summary>
13-
public partial class CacaheExpiration
13+
public partial class CacheExpiration
1414
{
1515
/// <summary>
1616
/// 获得/设置 <see cref="ICacheEntry"/> 实例

0 commit comments

Comments
 (0)