mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 03:55:37 +01:00
refactor: remove svgr
This commit is contained in:
parent
910f165103
commit
b37f39fbb4
89 changed files with 5614 additions and 6397 deletions
|
|
@ -4,8 +4,8 @@ import { FormattedMessage } from 'react-intl';
|
|||
import useStore from 'store/queries';
|
||||
import { setDateRange } from 'store/websites';
|
||||
import Button from './Button';
|
||||
import Refresh from 'assets/redo.svg';
|
||||
import Dots from 'assets/ellipsis-h.svg';
|
||||
import Refresh from 'assets/redo';
|
||||
import Dots from 'assets/ellipsis-h';
|
||||
import useDateRange from 'hooks/useDateRange';
|
||||
|
||||
function RefreshButton({ websiteId }) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue