// App.js
import
React
from
'react'
const
App
=
(
)
=>
{
return
<
h1
>
Hello, Redux Toolkit 2020
<
/
h1
>
}
export
default
App
view raw
App.js
hosted with ❤ by
GitHub