testing CI

This commit is contained in:
medcl 2020-03-03 15:42:40 +08:00
parent 3120bd4580
commit 252feeba0f
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
export default () => {
return <div>hello 极限科技</div>;
return <div>hello, 极限科技</div>;
}