Skip to content

Commit 8bccde5

Browse files
committed
Fix merge conflict
1 parent 72b84d4 commit 8bccde5

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/content/learn/tutorial-tic-tac-toe.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -283,15 +283,9 @@ U CodeSandbox-u ćete videti tri glavne sekcije:
283283

284284
![CodeSandbox sa starter kodom](../images/tutorial/react-starter-code-codesandbox.png)
285285

286-
<<<<<<< HEAD
287-
1. Sekcija *Files* sa listom fajlova kao što su `App.js`, `index.js`, `styles.css` i folder pod nazivom `public`
286+
1. Sekcija *Files* sa listom fajlova kao što su `App.js`, `index.js`, `styles.css` u `src` folderu i folder pod nazivom `public`
288287
1. *code editor* gde ćete videti source kod odabranog fajla
289288
1. Sekcija *browser* gde ćete videti kako će kod koji ste napisali biti prikazan
290-
=======
291-
1. The _Files_ section with a list of files like `App.js`, `index.js`, `styles.css` in `src` folder and a folder called `public`
292-
1. The _code editor_ where you'll see the source code of your selected file
293-
1. The _browser_ section where you'll see how the code you've written will be displayed
294-
>>>>>>> d34c6a2c6fa49fc6f64b07aa4fa979d86d41c4e8
295289

296290
Fajl `App.js` bi trebalo da bude izabran u sekciji *Files*. Sadržaj tog fajla u *code editor* bi trebalo da izgleda ovako:
297291

0 commit comments

Comments
 (0)