Add scroll, languages, settings

This commit is contained in:
obergodmar
2020-06-25 03:20:33 +03:00
parent 98a307f2cc
commit 8647adc66c
47 changed files with 946 additions and 120 deletions
+4
View File
@@ -0,0 +1,4 @@
import { useContext } from 'react'
import SettingsContext from '../settings-context'
export const useSettings = () => useContext(SettingsContext)