File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ class DemoInformation extends Component {
32
32
simplify merges should you wish to update your project with future framework changes.
33
33
</ Typography >
34
34
< Typography variant = "body1" paragraph >
35
- The demo project interface code is structured as follows :
35
+ The demo project interface code stored in the interface/project directory :
36
36
</ Typography >
37
37
< Table className = { classes . fileTable } >
38
38
< TableHead >
@@ -48,39 +48,39 @@ class DemoInformation extends Component {
48
48
< TableBody >
49
49
< TableRow >
50
50
< TableCell >
51
- project/ ProjectMenu.js
51
+ ProjectMenu.js
52
52
</ TableCell >
53
53
< TableCell >
54
54
You can add your project's screens to the side bar here.
55
55
</ TableCell >
56
56
</ TableRow >
57
57
< TableRow >
58
58
< TableCell >
59
- project/ ProjectRouting.js
59
+ ProjectRouting.js
60
60
</ TableCell >
61
61
< TableCell >
62
62
The routing which controls the screens of your project.
63
63
</ TableCell >
64
64
</ TableRow >
65
65
< TableRow >
66
66
< TableCell >
67
- project/ DemoProject.js
67
+ DemoProject.js
68
68
</ TableCell >
69
69
< TableCell >
70
70
This screen, with tabs and tab routing.
71
71
</ TableCell >
72
72
</ TableRow >
73
73
< TableRow >
74
74
< TableCell >
75
- project/ DemoInformation.js
75
+ DemoInformation.js
76
76
</ TableCell >
77
77
< TableCell >
78
78
The demo information tab.
79
79
</ TableCell >
80
80
</ TableRow >
81
81
< TableRow >
82
82
< TableCell >
83
- project/ DemoController.js
83
+ DemoController.js
84
84
</ TableCell >
85
85
< TableCell >
86
86
The demo controller tab, to control the built-in LED.
You can’t perform that action at this time.
0 commit comments