Refactoring, database structure changed
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using Microsoft.AspNetCore.Components;
|
||||
|
||||
namespace WatchIt.Website.Components.Subcomponents.Common;
|
||||
|
||||
public partial class LoadingInline : Component
|
||||
{
|
||||
#region PARAMETERS
|
||||
|
||||
[Parameter] public string Content { get; set; } = "Loading...";
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user