Commit fe22259
Daksh Dhami
fix: remove unused useContext import in sandbox examples
Fixes #8186
AddTask.js and TaskList.js in the 'Scaling up with context and a reducer'
example imported useContext but never used it. Removed the unused import
from both files.1 parent 152a471 commit fe22259
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
826 | 826 | | |
827 | 827 | | |
828 | 828 | | |
829 | | - | |
| 829 | + | |
830 | 830 | | |
831 | 831 | | |
832 | 832 | | |
| |||
855 | 855 | | |
856 | 856 | | |
857 | 857 | | |
858 | | - | |
| 858 | + | |
859 | 859 | | |
860 | 860 | | |
861 | 861 | | |
| |||
0 commit comments