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
|
|
@ -1,8 +1,8 @@
|
|||
import React from 'react';
|
||||
import { useTransition, animated } from 'react-spring';
|
||||
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 './ThemeButton.module.css';
|
||||
import Icon from '../common/Icon';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue