mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 12:05:41 +01:00
refactor: remove svgr
This commit is contained in:
parent
910f165103
commit
b37f39fbb4
89 changed files with 5614 additions and 6397 deletions
|
|
@ -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 }) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue