removes unused context in Component
This commit is contained in:
parent
f45726a047
commit
0cab858780
|
@ -10,7 +10,6 @@
|
||||||
|
|
||||||
// Get contexts
|
// Get contexts
|
||||||
const dataContext = getContext("data")
|
const dataContext = getContext("data")
|
||||||
const errorContext = getContext("error")
|
|
||||||
const screenslotContext = getContext("screenslot")
|
const screenslotContext = getContext("screenslot")
|
||||||
|
|
||||||
// Create component context
|
// Create component context
|
||||||
|
|
Loading…
Reference in New Issue