removes unused context in Component

This commit is contained in:
Keviin Åberg Kultalahti 2021-01-22 12:47:43 +01:00
parent 6527f4ac74
commit 91e88d2025
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@
// Get contexts
const dataContext = getContext("data")
const errorContext = getContext("error")
const screenslotContext = getContext("screenslot")
// Create component context