mirror of
https://github.com/balzack/databag.git
synced 2025-02-11 19:19: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 { RingContext } from 'context/RingContext';
|
||||
import { ProfileContext } from 'context/ProfileContext';
|
||||
import { getLanguageStrings } from 'constants/Strings';
|
||||
|
||||
export function useSession() {
|
||||
|
||||
const [state, setState] = useState({
|
||||
strings: getLanguageStrings(),
|
||||
tabbled: null,
|
||||
subWidth: '50%',
|
||||
baseWidth: '50%',
|
||||
|
Loading…
Reference in New Issue
Block a user