Skip to content

Commit

Permalink
[ci] yarn format
Browse files Browse the repository at this point in the history
  • Loading branch information
melissamcewen authored and actions-user committed Nov 12, 2020
1 parent 0d0f4cd commit 29bb022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/guides/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ You'll need to restart Snowpack for configuration file changes. When you start u
Create a new file at `src/App.jsx` and paste the following code into this new file to create an `App` component:

```jsx
import React, { useState, useEffect } from 'react';
import React, {useState, useEffect} from 'react';

function App() {
// Create the count state.
Expand Down

1 comment on commit 29bb022

@vercel
Copy link

@vercel vercel bot commented on 29bb022 Nov 12, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.