From 5cc40980004566e89ddba7d8fc269e72ab4e8815 Mon Sep 17 00:00:00 2001 From: wonderlandpark Date: Fri, 21 May 2021 09:36:42 +0900 Subject: [PATCH] style: reordered import --- components/Markdown.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Markdown.tsx b/components/Markdown.tsx index 643cda0..d53be33 100644 --- a/components/Markdown.tsx +++ b/components/Markdown.tsx @@ -1,7 +1,7 @@ +import { FunctionComponent } from 'react' import MarkdownView from 'react-showdown' import sanitizeHtml from 'sanitize-html' import Emoji from 'node-emoji' -import { FunctionComponent } from 'react' import { anchorHeader, customEmoji, twemoji } from '@utils/Tools'