-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c870e37
commit 92fc467
Showing
5 changed files
with
8 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...wmanager/react-components/DigClassMain.js → ...newmanager/react-components/HumanDetRR.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
import * as React from "react"; | ||
import {Fragment} from "react"; | ||
|
||
import "./css/DigClassMain.css"; | ||
import "./css/DigClassRR.css"; | ||
|
||
const DigClassMain = (props) => { | ||
const FollowLineRR = (props) => { | ||
return ( | ||
<Fragment> | ||
{props.children} | ||
</Fragment> | ||
); | ||
}; | ||
|
||
export default DigClassMain; | ||
export default FollowLineRR; |
160 changes: 0 additions & 160 deletions
160
exercises/static/exercises/human_detection_newmanager/react-components/MapSelectorFollow.js
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters