Skip to content

Commit 9ceaea4

Browse files
committed
Render counter on the home page
1 parent 2a88961 commit 9ceaea4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pages/Home.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import React, { Fragment } from 'react'
2+
import Counter from '../components/counter/Counter'
23

34
export const Home: React.FC = () => {
45
return (
@@ -8,6 +9,7 @@ export const Home: React.FC = () => {
89
An opinionated Create React App template with React Router, TypeScript
910
and Redux
1011
</p>
12+
<Counter />
1113
</Fragment>
1214
)
1315
}

0 commit comments

Comments
 (0)