Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Commit d23eccc

Browse files
razzeeetjvantoll
authored andcommitted
Removed again that didn't make any sense
1 parent d2f8ddb commit d23eccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/chapter-2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Now that your app is ready for development, let's add some UI components to make
149149

150150
## 2.3: Adding UI components
151151

152-
Let's dig into the files used to create your app's UI, which reside in the `app/views` folder. Each folder in `app/views` contains the code for one of the three pages in Groceries: `list`, `login`, and `register`. If you look in the `app/views/login` folder, you'll see three files: `login.css`, `login.js`, and the `login.xml` file we updated in the previous chapter. When you open `login.xml` again you should see the following code:
152+
Let's dig into the files used to create your app's UI, which reside in the `app/views` folder. Each folder in `app/views` contains the code for one of the three pages in Groceries: `list`, `login`, and `register`. If you look in the `app/views/login` folder, you'll see three files: `login.css`, `login.js`, and `login.xml`. When you open `login.xml` you should see the following code:
153153

154154
``` XML
155155
<Page>

0 commit comments

Comments
 (0)