Skip to content

Commit

Permalink
Refactor ToggleCheckbox into folder for reusuable components
Browse files Browse the repository at this point in the history
  • Loading branch information
CaitBarnard committed Nov 7, 2024
1 parent daafd19 commit cb60929
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front_end/src/Components/EditForecast/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
postData,
processForecastData,
} from '../../Util'
import ToggleCheckbox from '../ToggleCheckbox';
import ToggleCheckbox from '../Common/ToggleCheckbox';


function EditForecast() {
Expand Down

0 comments on commit cb60929

Please sign in to comment.