fixing build

This commit is contained in:
Roland Osborne 2023-10-06 17:26:59 -07:00
parent 30f4a2423e
commit 59c17f1582

View File

@ -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%',