remove unused useUser

This commit is contained in:
vidvidvid
2021-10-03 23:50:57 +02:00
committed by Alec LaLonde
parent e8be2b8a66
commit 78c3e56499

View File

@@ -12,7 +12,6 @@ import { PlayerAvatar } from 'components/Player/PlayerAvatar';
import { PlayerFragmentFragment } from 'graphql/autogen/types';
import { getPersonalityInfo } from 'graphql/queries/enums/getPersonalityInfo';
import { PersonalityOption } from 'graphql/types';
import { useUser } from 'lib/hooks';
import React, { useEffect } from 'react';
import { getPlayerDescription, getPlayerName } from 'utils/playerHelpers';