mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 07:37:11 +01:00
Update teams features.
This commit is contained in:
parent
89f2fd601e
commit
656df4f846
23 changed files with 278 additions and 113 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import { Icons } from 'react-basics';
|
||||
import AddUser from 'assets/add-user.svg';
|
||||
import Bolt from 'assets/bolt.svg';
|
||||
import Calendar from 'assets/calendar.svg';
|
||||
import Clock from 'assets/clock.svg';
|
||||
|
|
@ -15,6 +16,7 @@ import Users from 'assets/users.svg';
|
|||
|
||||
const icons = {
|
||||
...Icons,
|
||||
AddUser,
|
||||
Bolt,
|
||||
Calendar,
|
||||
Clock,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue