mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
fixing build
This commit is contained in:
parent
30f4a2423e
commit
59c17f1582
@ -6,10 +6,12 @@ import { CardContext } from 'context/CardContext';
|
|||||||
import { ChannelContext } from 'context/ChannelContext';
|
import { ChannelContext } from 'context/ChannelContext';
|
||||||
import { RingContext } from 'context/RingContext';
|
import { RingContext } from 'context/RingContext';
|
||||||
import { ProfileContext } from 'context/ProfileContext';
|
import { ProfileContext } from 'context/ProfileContext';
|
||||||
|
import { getLanguageStrings } from 'constants/Strings';
|
||||||
|
|
||||||
export function useSession() {
|
export function useSession() {
|
||||||
|
|
||||||
const [state, setState] = useState({
|
const [state, setState] = useState({
|
||||||
|
strings: getLanguageStrings(),
|
||||||
tabbled: null,
|
tabbled: null,
|
||||||
subWidth: '50%',
|
subWidth: '50%',
|
||||||
baseWidth: '50%',
|
baseWidth: '50%',
|
||||||
|
Loading…
Reference in New Issue
Block a user