File tree 3 files changed +4
-80
lines changed
static/exercises/human_detection_newmanager/react-components
templates/exercises/human_detection_newmanager
3 files changed +4
-80
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/DigClassRR .css" ;
4
+ import "./css/HumanDetectionRR .css" ;
5
5
6
- const FollowLineRR = ( props ) => {
6
+ const HumanDetectionRR = ( props ) => {
7
7
return (
8
8
< Fragment >
9
9
{ props . children }
10
10
</ Fragment >
11
11
) ;
12
12
} ;
13
13
14
- export default FollowLineRR ;
14
+ export default HumanDetectionRR ;
Original file line number Diff line number Diff line change 5
5
{% endblock %}
6
6
7
7
{% block react-content %}
8
- {% react_component exercise/human_detection_newmanager/FollowLineRR %}
8
+ {% react_component exercise/human_detection_newmanager/HumanDetectionRR %}
9
9
10
10
{% react_component components/wrappers/MaterialBox id="exercise-container" %}
11
11
{% if deployment %}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments