Skip to content

Commit

Permalink
chore: demo
Browse files Browse the repository at this point in the history
  • Loading branch information
funnyzak committed Oct 28, 2021
1 parent b1fe9db commit d25cc70
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
@@ -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';
Expand All @@ -6,6 +9,15 @@ import hbsExample from './assets/source/example.hbs';
export default () => (
<div>
<Image src={avatarImg} />
<Avatar size={64} icon={<UserOutlined />} />
<h3>
{' '}
Lets go for a
{' '}
<FaBeer />
?
{' '}
</h3>
<Version />
<div>
NODE_ENV:
Expand Down

0 comments on commit d25cc70

Please sign in to comment.