refactor: remove svgr

This commit is contained in:
Innei 2022-07-05 12:51:14 +08:00
parent 910f165103
commit b37f39fbb4
No known key found for this signature in database
GPG key ID: 0F62D33977F021F7
89 changed files with 5614 additions and 6397 deletions

View file

@ -3,7 +3,7 @@ import { FormattedMessage } from 'react-intl';
import { useRouter } from 'next/router';
import MenuButton from 'components/common/MenuButton';
import Icon from 'components/common/Icon';
import User from 'assets/user.svg';
import User from 'assets/user';
import styles from './UserButton.module.css';
import { removeItem } from 'lib/web';
import { AUTH_TOKEN } from 'lib/constants';