Skip to content

Commit

Permalink
chore: fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shuuji3 committed Oct 21, 2024
1 parent 96a84f2 commit 12b4695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mastodon/entities/v1/preview-card.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { type Account } from "./account";
import { type TagHistory } from "./tag";
import { Account } from "./account";

export type PreviewCardType = "link" | "photo" | "video" | "rich";

Expand Down

0 comments on commit 12b4695

Please sign in to comment.