Skip to content

Commit d215ae0

Browse files
committed
Removed attributes which are already moved to Core.
1 parent 21380fc commit d215ae0

4 files changed

Lines changed: 3 additions & 45 deletions

File tree

BlazorExpress.Bulma.Demo.RCL/Usings.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
global using BlazorExpress.Bulma.Demo.RCL.Enums;
22
global using BlazorExpress.Bulma.Demo.RCL.Models;
33
global using BlazorExpress.Bulma.Demo.RCL.Utils;
4+
global using BlazorExpress.Core;
45
global using Microsoft.AspNetCore.Components;
56
global using Microsoft.Extensions.Configuration;
67
global using Microsoft.JSInterop;

BlazorExpress.Bulma/Attributes/AddedVersionAttribute.cs

Lines changed: 0 additions & 22 deletions
This file was deleted.

BlazorExpress.Bulma/Attributes/ParameterTypeNameAttribute.cs

Lines changed: 0 additions & 22 deletions
This file was deleted.

BlazorExpress.Bulma/_Imports.razor

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
@using Microsoft.AspNetCore.Components.Forms
1+
@using BlazorExpress.Core;
2+
@using Microsoft.AspNetCore.Components.Forms
23
@using Microsoft.AspNetCore.Components.Web

0 commit comments

Comments
 (0)