Skip to content

Commit b2a00e1

Browse files
authored
chore: Fix basic example in the README (#1370)
1 parent 5bd6041 commit b2a00e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Here is a basic example that renders a primary button:
2525
import Button from '@cloudscape-design/components/button';
2626
import '@cloudscape-design/global-styles/index.css';
2727

28-
function App {
28+
function App() {
2929
return <Button variant="primary">Click me</Button>;
3030
}
3131
```

0 commit comments

Comments
 (0)