Require newline

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-08-20 13:02:36 +02:00
parent 42aa17b39e
commit 252b8f2ea5
161 changed files with 161 additions and 160 deletions

View File

@ -8,4 +8,4 @@ interface IMarkup extends IText {
/** Styles HTML markup returned by the API, such as in account bios and statuses. */
const Markup = React.forwardRef<any, IMarkup>((props, ref) => <Text ref={ref} {...props} data-markup />);
export { Markup as default };
export { Markup as default };