File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
static/exercises/dl_digit_classifier_newmanager/react-components
templates/exercises/dl_digit_classifier_newmanager Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
import * as React from "react" ;
2
2
import { Fragment } from "react" ;
3
3
4
- import "./css/DigClassMain .css" ;
4
+ import "./css/DigitClassifierRR .css" ;
5
5
6
- const DigClassMain = ( props ) => {
6
+ const DigitClassifierRR = ( props ) => {
7
7
return (
8
8
< Fragment >
9
9
{ props . children }
10
10
</ Fragment >
11
11
) ;
12
12
} ;
13
13
14
- export default DigClassMain ;
14
+ export default DigitClassifierRR ;
File renamed without changes.
Original file line number Diff line number Diff line change 5
5
{% endblock %}
6
6
7
7
{% block react-content %}
8
- {% react_component exercise/dl_digit_classifier_newmanager/FollowLineRR %}
8
+ {% react_component exercise/dl_digit_classifier_newmanager/DigitClassifierRR %}
9
9
10
10
{% react_component components/wrappers/MaterialBox id="exercise-container" %}
11
11
{% if deployment %}
You can’t perform that action at this time.
0 commit comments