Skip to content

Commit 01defa0

Browse files
committed
Update react component names
1 parent e727ea7 commit 01defa0

File tree

3 files changed

+4
-80
lines changed

3 files changed

+4
-80
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
import * as React from "react";
22
import {Fragment} from "react";
33

4-
import "./css/DigClassRR.css";
4+
import "./css/HumanDetectionRR.css";
55

6-
const FollowLineRR = (props) => {
6+
const HumanDetectionRR = (props) => {
77
return (
88
<Fragment>
99
{props.children}
1010
</Fragment>
1111
);
1212
};
1313

14-
export default FollowLineRR;
14+
export default HumanDetectionRR;

exercises/templates/exercises/human_detection_newmanager/exercise.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{% endblock %}
66

77
{% block react-content %}
8-
{% react_component exercise/human_detection_newmanager/FollowLineRR %}
8+
{% react_component exercise/human_detection_newmanager/HumanDetectionRR %}
99

1010
{% react_component components/wrappers/MaterialBox id="exercise-container" %}
1111
{% if deployment %}

scripts/develop_academy.sh

-76
This file was deleted.

0 commit comments

Comments
 (0)