From d25cc70469e9023b3f0a0ba7ee9a0c9deca2eb20 Mon Sep 17 00:00:00 2001 From: Leon Date: Thu, 28 Oct 2021 09:51:49 +0800 Subject: [PATCH] chore: demo --- src/App.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index 384360a..53c5432 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,3 +1,6 @@ +import { Avatar } from 'antd'; +import { UserOutlined } from '@ant-design/icons'; +import { FaBeer } from 'react-icons/fa'; import { Hello, Version, Image } from './components'; import avatarImg from './assets/img/avatar.png'; import txtExample from './assets/source/example.txt'; @@ -6,6 +9,15 @@ import hbsExample from './assets/source/example.hbs'; export default () => (
+ } /> +

+ {' '} + Lets go for a + {' '} + + ? + {' '} +

NODE_ENV: