Skip to content

Commit

Permalink
refactor(selection): Clean up after migrating to SelectionContext
Browse files Browse the repository at this point in the history
  • Loading branch information
cballevre committed Jul 21, 2023
1 parent 938f832 commit 69c854c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 155 deletions.
2 changes: 0 additions & 2 deletions src/drive/store/rootReducer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import { combineReducers } from 'redux'

import { default as view } from 'drive/web/modules/navigation/duck'
import { default as selection } from 'drive/web/modules/selection/duck'
import { default as filelist } from 'drive/web/modules/filelist/duck'
// TODO: Get rid of this, local state would be better
import { default as rename } from 'drive/web/modules/drive/rename'
Expand All @@ -25,7 +24,6 @@ const createRootReducer = client => {
view,
filelist,
upload,
selection,
rename,
availableOffline
}
Expand Down
67 changes: 0 additions & 67 deletions src/drive/web/modules/selection/duck.js

This file was deleted.

86 changes: 0 additions & 86 deletions src/drive/web/modules/selection/duck.spec.jsx

This file was deleted.

0 comments on commit 69c854c

Please sign in to comment.