mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 08:37:13 +01:00
More refactoring.
This commit is contained in:
parent
5f15ad0807
commit
02a1438cfe
41 changed files with 196 additions and 721 deletions
|
|
@ -1,3 +1,4 @@
|
|||
import { Icons } from 'react-basics';
|
||||
import Bolt from 'assets/bolt.svg';
|
||||
import Calendar from 'assets/calendar.svg';
|
||||
import Clock from 'assets/clock.svg';
|
||||
|
|
@ -12,7 +13,8 @@ import Sun from 'assets/sun.svg';
|
|||
import User from 'assets/user.svg';
|
||||
import Users from 'assets/users.svg';
|
||||
|
||||
export {
|
||||
const icons = {
|
||||
...Icons,
|
||||
Bolt,
|
||||
Calendar,
|
||||
Clock,
|
||||
|
|
@ -27,3 +29,5 @@ export {
|
|||
User,
|
||||
Users,
|
||||
};
|
||||
|
||||
export default icons;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue