From 85a03b33530992b401ac0fb54658f830ecbeda5e Mon Sep 17 00:00:00 2001 From: arvinxx Date: Wed, 31 Mar 2021 15:53:49 +0800 Subject: [PATCH] =?UTF-8?q?:white=5Fcheck=5Fmark:=20test:=20=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=E6=B5=8B=E8=AF=95=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/journal-map/src/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/journal-map/src/index.tsx b/packages/journal-map/src/index.tsx index 42cdd2e8..281097c8 100644 --- a/packages/journal-map/src/index.tsx +++ b/packages/journal-map/src/index.tsx @@ -1,3 +1,4 @@ +import React from 'react'; import type { FC } from 'react'; export interface JournalMapProps {}