Remove unused import
This commit is contained in:
parent
6c696c7821
commit
ea061094a3
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
@page "/"
|
@page "/"
|
||||||
|
|
||||||
@using BlazorApp.Data
|
@using BlazorApp.Data
|
||||||
@using System.Text.Json
|
|
||||||
@inject CalendarService _calendarService
|
@inject CalendarService _calendarService
|
||||||
|
|
||||||
@if (_calendars == null)
|
@if (_calendars == null)
|
||||||
|
|
Loading…
Reference in a new issue