update view

This commit is contained in:
liaosy 2020-03-02 23:17:50 +08:00
parent aefa83aaaa
commit 26e2634b8b
1 changed files with 1 additions and 1 deletions

View File

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