From 29bb022a970cd244e5bf25a24dc9613442c41a5b Mon Sep 17 00:00:00 2001 From: melissamcewen Date: Thu, 12 Nov 2020 02:02:00 +0000 Subject: [PATCH] [ci] yarn format --- www/guides/react.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/guides/react.md b/www/guides/react.md index 4c4e5255ce..af3e3acc30 100644 --- a/www/guides/react.md +++ b/www/guides/react.md @@ -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.