We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76ef9fa commit 227c44fCopy full SHA for 227c44f
README.md
@@ -54,16 +54,16 @@ my-app
54
├── package.json
55
├── .gitignore
56
├── public
57
-│ └── favicon.ico
58
-│ └── index.html
+│ ├── favicon.ico
+│ ├── index.html
59
│ └── manifest.json
60
└── src
61
- └── App.css
62
- └── App.js
63
- └── App.test.js
64
- └── index.css
65
- └── index.js
66
- └── logo.svg
+ ├── App.css
+ ├── App.js
+ ├── App.test.js
+ ├── index.css
+ ├── index.js
+ ├── logo.svg
67
└── registerServiceWorker.js
68
```
69
0 commit comments