mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
fix typo (#5813)
This commit is contained in:
parent
fcae74c49d
commit
38db893a33
|
@ -53,7 +53,7 @@ const Animated = styled.div`
|
|||
|
||||
export default () => {
|
||||
return (
|
||||
<React.fragment>
|
||||
<React.Fragment>
|
||||
<Global
|
||||
styles={css`
|
||||
html,
|
||||
|
@ -77,6 +77,6 @@ export default () => {
|
|||
</Combined>
|
||||
<Animated animation={bounce}>Let's bounce.</Animated>
|
||||
</div>
|
||||
</React.fragment>
|
||||
</React.Fragment>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue