Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Goal loading cleanup #925

Merged
merged 11 commits into from
Jan 21, 2021
4 changes: 0 additions & 4 deletions src/components/App/DefaultState.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { defaultState as reviewEntriesState } from "../../goals/ReviewEntries/Re
import { defaultProject } from "../../types/project";
import { defaultState as loginState } from "../Login/LoginReducer";
import { defaultState as goalTimelineState } from "../GoalTimeline/DefaultState";
import { defaultState as goalSelectorState } from "../GoalTimeline/GoalSelectorScroll/GoalSelectorReducer";
import { defaultState as passwordResetState } from "../PasswordReset/reducer";
import { defaultState as exportProjectState } from "../ProjectExport/ExportProjectReducer";
import { defaultState as createProjectState } from "../ProjectScreen/CreateProject/CreateProjectReducer";
Expand Down Expand Up @@ -46,9 +45,6 @@ export const defaultState = {
},

//general cleanup tools
goalSelectorState: {
...goalSelectorState,
},
goalsState: {
...goalTimelineState,
},
Expand Down

This file was deleted.

This file was deleted.

Loading