File tree Expand file tree Collapse file tree 1 file changed +19
-18
lines changed
Expand file tree Collapse file tree 1 file changed +19
-18
lines changed Original file line number Diff line number Diff line change @@ -98,33 +98,34 @@ Within the download you'll find the following directories and files, logically g
9898```
9999free-bootstrap-admin-template/
100100├── build/
101- ├── pug/
102- │ ├── _layout/
103- │ ├── _partial/
104- │ ├── base/
105- │ ├── buttons/
106- │ ├── icons/
107- │ ├── notifications/
108- │ ├── ...
109- │ ├── index.pug
110- │ └── ...
111101├── src/
112102│ ├── assets/
113103│ │ ├── brand/
114104│ │ ├── favicon/
115105│ │ ├── icons/
116106│ │ ├── img/
117- │ ├── base/
118- │ ├── buttons/
119- │ ├── css/
120- │ ├── icons/
121107│ ├── js/
122- │ ├── notifications/
108+ │ ├── pug/
109+ │ │ ├── _layout/
110+ │ │ ├── _partial/
111+ │ │ ├── base/
112+ │ │ ├── buttons/
113+ │ │ ├── icons/
114+ │ │ ├── notifications/
115+ │ │ ├── ...
116+ │ │ ├── index.pug
117+ │ │ └── ...
123118│ ├── scss/
124119│ ├── vendors/
125- │ ├── ...
126- │ ├── index.html
127- │ └── ...
120+ │ └── views/
121+ │ ├── base/
122+ │ ├── buttons/
123+ │ ├── css/
124+ │ ├── icons/
125+ │ ├── notifications/
126+ │ ├── ...
127+ │ ├── index.html
128+ │ └── ...
128129└── package.json
129130```
130131
You can’t perform that action at this time.
0 commit comments