Skip to content

Commit aa36061

Browse files
committed
removed unecessary images and fixed list to alpha order
1 parent 596a9cd commit aa36061

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

articles/active-directory/develop/tutorial-v2-javascript-spa.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,19 @@ At the end of this tutorial, you'll have created the folder structure below (lis
3232

3333
```txt
3434
sampleApp/
35+
├── JavaScriptSPA/
36+
│ ├── authConfig.js
37+
│ ├── authPopup.js
38+
│ ├── graph.js
39+
│ ├── graphConfig.js
40+
│ ├── index.html
41+
│ └── ui.js
3542
├── package.json
3643
├── package-lock.json
3744
├── node_modules/
3845
│ └── ...
39-
├── server.js
40-
└── JavaScriptSPA/
41-
├── index.html
42-
├── ui.js
43-
├── authConfig.js
44-
├── authPopup.js
45-
├── graphConfig.js
46-
└── graph.js
46+
└── server.js
47+
4748
```
4849

4950
## Prerequisites

0 commit comments

Comments
 (0)