chore: rename file

This commit is contained in:
Kieran 2023-03-03 19:02:16 +00:00
parent 8e69342a0c
commit 50be9d7b65
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
2 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import Invoice from "Element/Invoice";
import Hashtag from "Element/Hashtag";
import Mention from "Element/Mention";
import HyperText from "Element/HyperText";
import MagnetLink from "Element/Magnet";
import MagnetLink from "Element/MagnetLink";
export type Fragment = string | React.ReactNode;