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
|
|
@ -21,8 +21,8 @@ import useLocale from 'hooks/useLocale';
|
|||
import { dateFormat } from 'lib/date';
|
||||
import { chunk } from 'lib/array';
|
||||
import { getDateLocale } from 'lib/lang';
|
||||
import Chevron from 'assets/chevron-down.svg';
|
||||
import Cross from 'assets/times.svg';
|
||||
import Chevron from 'assets/chevron-down';
|
||||
import Cross from 'assets/times';
|
||||
import styles from './Calendar.module.css';
|
||||
import Icon from './Icon';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue