Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Graf committed May 2, 2024
1 parent b114274 commit 38b2ae2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 1 addition & 3 deletions AppCode/Razor/AppRazor.Generated.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
using AppCode.Data;
using ToSic.Sxc.Apps;

/// <summary>
/// WIP Autogenerating
/// </summary>

namespace AppCode.Razor
{
public abstract partial class AppRazor: AppRazor<object>
Expand Down
7 changes: 1 addition & 6 deletions AppCode/Razor/AppRazor.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
using AppCode.Data;
using ToSic.Razor.Blade;
using ToSic.Sxc.Apps;

/// <summary>
/// WIP Autogenerating
/// </summary>
namespace AppCode.Razor
{
public abstract partial class AppRazor: AppRazor<object>
Expand All @@ -15,7 +10,7 @@ public abstract partial class AppRazor: AppRazor<object>
public abstract partial class AppRazor<TModel>: Custom.Hybrid.RazorTyped<TModel>
{
/// <summary>
/// Create a dynamic title tag using different tags such as <h1>, <h2> etc.
/// Create title tag using different tags such as <h1>, <h2> etc.
/// based on the requested size or the presentation settings
/// </summary>
/// <returns></returns>
Expand Down

0 comments on commit 38b2ae2

Please sign in to comment.