Update teams features.

This commit is contained in:
Mike Cao 2023-02-01 18:39:54 -08:00
parent 89f2fd601e
commit 656df4f846
23 changed files with 278 additions and 113 deletions

View file

@ -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,