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
|
|
@ -1,8 +1,8 @@
|
|||
import classNames from 'classnames';
|
||||
import Button from 'components/common/Button';
|
||||
import useTheme from 'hooks/useTheme';
|
||||
import Sun from 'assets/sun.svg';
|
||||
import Moon from 'assets/moon.svg';
|
||||
import Sun from 'assets/sun';
|
||||
import Moon from 'assets/moon';
|
||||
import styles from './ThemeSetting.module.css';
|
||||
|
||||
export default function ThemeSetting() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue