Skip to content

Commit

Permalink
Update react-component names
Browse files Browse the repository at this point in the history
  • Loading branch information
MihirGore23 committed Nov 16, 2024
1 parent c425d09 commit 44778b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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/DigitClassifierRR.css";

const DigClassMain = (props) => {
const DigitClassifierRR = (props) => {
return (
<Fragment>
{props.children}
</Fragment>
);
};

export default DigClassMain;
export default DigitClassifierRR;
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{% endblock %}

{% block react-content %}
{% react_component exercise/dl_digit_classifier_newmanager/FollowLineRR %}
{% react_component exercise/dl_digit_classifier_newmanager/DigitClassifierRR %}

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

0 comments on commit 44778b1

Please sign in to comment.