-
This commit is contained in:
2
web/dist/main.js
vendored
2
web/dist/main.js
vendored
File diff suppressed because one or more lines are too long
@ -14,7 +14,10 @@
|
||||
"@mantine/core": "^7.0.0",
|
||||
"@mantine/hooks": "^7.0.0",
|
||||
"@mantine/notifications": "^7.0.0",
|
||||
"@tabler/icons-react": "^2.40.0"
|
||||
"@mantine/form": "^7.0.0",
|
||||
"@mantine/modals": "^7.0.0",
|
||||
"@tabler/icons-react": "^2.40.0",
|
||||
"@skybridge/web-components": "workspace:*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.20.12",
|
||||
|
||||
@ -7,8 +7,8 @@ import {
|
||||
Group,
|
||||
Stack,
|
||||
Title,
|
||||
Badge,
|
||||
} from '@mantine/core';
|
||||
import { Badge } from '@skybridge/web-components';
|
||||
import { useNavigate } from 'react-router-dom';
|
||||
import {
|
||||
IconStar,
|
||||
|
||||
Reference in New Issue
Block a user