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