remove duplicate tag

This commit is contained in:
Nicolas Constant 2022-12-02 00:01:30 -05:00
parent c912f12db5
commit 9cc2324fd2
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 0 additions and 5 deletions

View File

@ -207,11 +207,6 @@ export interface PleromaStatusInfo {
local: boolean;
}
export interface Tag {
name: string;
url: string;
}
export interface List {
id: string;
title: string;