Skip to content

Commit

Permalink
Remove unused Temp component (#943)
Browse files Browse the repository at this point in the history
Co-authored-by: D. Ror <imnasnainaec@gmail.com>
Co-authored-by: Jason Naylor <jasonleenaylor@users.noreply.github.com>
  • Loading branch information
3 people authored Jan 27, 2021
1 parent 2c1ed10 commit c8dcb13
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 261 deletions.
46 changes: 0 additions & 46 deletions src/components/Temp/TempActions.tsx

This file was deleted.

63 changes: 0 additions & 63 deletions src/components/Temp/TempComponent.tsx

This file was deleted.

26 changes: 0 additions & 26 deletions src/components/Temp/TempReducer.tsx

This file was deleted.

25 changes: 0 additions & 25 deletions src/components/Temp/index.tsx

This file was deleted.

57 changes: 0 additions & 57 deletions src/components/Temp/tests/TempActions.test.tsx

This file was deleted.

36 changes: 0 additions & 36 deletions src/components/Temp/tests/TempReducer.test.tsx

This file was deleted.

4 changes: 0 additions & 4 deletions src/rootReducer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { projectReducer } from "components/Project/ProjectReducer";
import { exportProjectReducer } from "components/ProjectExport/ExportProjectReducer";
import { createProjectReducer } from "components/ProjectScreen/CreateProject/CreateProjectReducer";
import { pronunciationsReducer } from "components/Pronunciations/PronunciationsReducer";
import { tempReducer } from "components/Temp/TempReducer";
import { treeViewReducer } from "components/TreeView/TreeViewReducer";
import { characterInventoryReducer } from "goals/CharInventoryCreation/CharacterInventoryReducer";
import { mergeDupStepReducer } from "goals/MergeDupGoal/MergeDupStep/MergeDupStepReducer";
Expand Down Expand Up @@ -41,7 +40,4 @@ export const rootReducer: Reducer<StoreState> = combineReducers<StoreState>({

//character inventory goal
characterInventoryState: characterInventoryReducer,

//temporary
tempState: tempReducer,
});
4 changes: 0 additions & 4 deletions src/types/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { PasswordResetState } from "components/PasswordReset/reducer";
import { ExportProjectState } from "components/ProjectExport/ExportProjectReducer";
import { CreateProjectState } from "components/ProjectScreen/CreateProject/CreateProjectReducer";
import { PronunciationsState } from "components/Pronunciations/PronunciationsReducer";
import { TempState } from "components/Temp/TempReducer";
import { TreeViewState } from "components/TreeView/TreeViewReducer";
import { CharacterInventoryState } from "goals/CharInventoryCreation/CharacterInventoryReducer";
import { MergeTreeState } from "goals/MergeDupGoal/MergeDupStep/MergeDupStepReducer";
Expand Down Expand Up @@ -40,7 +39,4 @@ export interface StoreState {

//character inventory goal
characterInventoryState: CharacterInventoryState;

//temporary
tempState: TempState;
}

0 comments on commit c8dcb13

Please sign in to comment.