[backend] Remove unused import
This commit is contained in:
parent
d79a454b8d
commit
5817f4c856
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
using Microsoft.AspNetCore.Mvc;
|
using Microsoft.AspNetCore.Mvc;
|
||||||
using B = Microsoft.AspNetCore.Mvc.BindPropertyAttribute;
|
using B = Microsoft.AspNetCore.Mvc.BindPropertyAttribute;
|
||||||
using J = System.Text.Json.Serialization.JsonPropertyNameAttribute;
|
using J = System.Text.Json.Serialization.JsonPropertyNameAttribute;
|
||||||
using JR = System.Text.Json.Serialization.JsonRequiredAttribute;
|
|
||||||
|
|
||||||
namespace Iceshrimp.Backend.Controllers.Mastodon.Schemas;
|
namespace Iceshrimp.Backend.Controllers.Mastodon.Schemas;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue