Skip to content

Commit 3621780

Browse files
committed
Merge pull request #12 from locol23/refactor/update-component
refactor: update component
2 parents ee0e2a9 + c0c7e6a commit 3621780

File tree

1 file changed

+2
-2
lines changed
  • packages/styled-components/src/components

1 file changed

+2
-2
lines changed

packages/styled-components/src/components/App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as React from 'react'
1+
import React from 'react'
22
import styled from 'styled-components'
33

44
interface Props {
@@ -9,7 +9,7 @@ const Layout = (props: Props) => <Container>{props.children}</Container>
99

1010
export const App = () => (
1111
<Layout>
12-
<div>Function Components</div>
12+
<h1>Function Components</h1>
1313
</Layout>
1414
)
1515

0 commit comments

Comments
 (0)