mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 09:05:36 +01:00
Refactored user components.
This commit is contained in:
parent
91af593ff5
commit
cdd54df8f6
16 changed files with 180 additions and 231 deletions
|
|
@ -9,6 +9,7 @@ import Logo from 'assets/logo.svg';
|
|||
import Moon from 'assets/moon.svg';
|
||||
import Profile from 'assets/profile.svg';
|
||||
import Sun from 'assets/sun.svg';
|
||||
import Trash from 'assets/trash.svg';
|
||||
import User from 'assets/user.svg';
|
||||
import Users from 'assets/users.svg';
|
||||
|
||||
|
|
@ -24,6 +25,7 @@ export {
|
|||
Moon,
|
||||
Profile,
|
||||
Sun,
|
||||
Trash,
|
||||
User,
|
||||
Users,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue