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

@ -4,7 +4,7 @@ import classNames from 'classnames';
import usePageQuery from 'hooks/usePageQuery';
import { safeDecodeURI } from 'lib/url';
import Icon from './Icon';
import External from 'assets/arrow-up-right-from-square.svg';
import External from 'assets/arrow-up-right-from-square';
import styles from './FilterLink.module.css';
export default function FilterLink({ id, value, label, externalUrl }) {