mirror of
https://github.com/umami-software/umami.git
synced 2026-02-20 12:35:38 +01:00
refactor: remove svgr
This commit is contained in:
parent
910f165103
commit
b37f39fbb4
89 changed files with 5614 additions and 6397 deletions
|
|
@ -13,7 +13,7 @@ import EmptyPlaceholder from 'components/common/EmptyPlaceholder';
|
|||
import Icon from 'components/common/Icon';
|
||||
import useFetch from 'hooks/useFetch';
|
||||
import useUser from 'hooks/useUser';
|
||||
import ChevronDown from 'assets/chevron-down.svg';
|
||||
import ChevronDown from 'assets/chevron-down';
|
||||
import styles from './TestConsole.module.css';
|
||||
|
||||
export default function TestConsole() {
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ import GridLayout, { GridRow, GridColumn } from 'components/layout/GridLayout';
|
|||
import MenuLayout from 'components/layout/MenuLayout';
|
||||
import Link from 'components/common/Link';
|
||||
import Loading from 'components/common/Loading';
|
||||
import Arrow from 'assets/arrow-right.svg';
|
||||
import Arrow from 'assets/arrow-right';
|
||||
import PagesTable from 'components/metrics/PagesTable';
|
||||
import ReferrersTable from 'components/metrics/ReferrersTable';
|
||||
import BrowsersTable from 'components/metrics/BrowsersTable';
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ import Link from 'components/common/Link';
|
|||
import WebsiteChart from 'components/metrics/WebsiteChart';
|
||||
import Page from 'components/layout/Page';
|
||||
import EmptyPlaceholder from 'components/common/EmptyPlaceholder';
|
||||
import Arrow from 'assets/arrow-right.svg';
|
||||
import Arrow from 'assets/arrow-right';
|
||||
import styles from './WebsiteList.module.css';
|
||||
|
||||
export default function WebsiteList({ websites, showCharts, limit }) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue