Skip to content

Commit f4e1620

Browse files
authored
Update tutorial-tic-tac-toe.md for conflict resolve with sync
1 parent 95a805b commit f4e1620

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -283,18 +283,11 @@ CodeSandbox-এ আপনি তিনটি প্রধান section দে
283283

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

286-
<<<<<<< HEAD
287286
1. _Files_ section যেখানে আপনি files-এর list যেমন, `App.js`, `index.js`, `styles.css` এবং `Piblic` নাম একটি folder দেখতে পাবেন
288287
2. _Code Editor_ যেখানে আপনি যে file-টি select করেছেন সেটির source code দেখতে পাবেন
289288
3. _Browser_ section যেখানে আপনি যে code-টি লিখেছেন সেটি browser-এ কেমন দেখাবে তা দেখতে পাবেন
290289

291290
Files section-এ `App.js` file-টি selected থাকা উচিত | _Code editor_-এ এই ফাইলটির content হলো:
292-
=======
293-
1. The _Files_ section with a list of files like `App.js`, `index.js`, `styles.css` in `src` folder and a folder called `public`
294-
1. The _code editor_ where you'll see the source code of your selected file
295-
1. The _browser_ section where you'll see how the code you've written will be displayed
296-
>>>>>>> d34c6a2c6fa49fc6f64b07aa4fa979d86d41c4e8
297-
298291

299292
```jsx
300293
export default function Square() {

0 commit comments

Comments
 (0)