Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Fix: remove unused Link import
Browse filesCo-authored-by: Cursor <cursoragent@cursor.com>
frontend/src/components/WelcomeScreen/WelcomeScreen.tsx
CHANGED
|
@@ -5,7 +5,6 @@ import {
|
|
| 5 |
Button,
|
| 6 |
CircularProgress,
|
| 7 |
Alert,
|
| 8 |
-
Link,
|
| 9 |
} from '@mui/material';
|
| 10 |
import OpenInNewIcon from '@mui/icons-material/OpenInNew';
|
| 11 |
import { useSessionStore } from '@/store/sessionStore';
|
|
|
|
| 5 |
Button,
|
| 6 |
CircularProgress,
|
| 7 |
Alert,
|
|
|
|
| 8 |
} from '@mui/material';
|
| 9 |
import OpenInNewIcon from '@mui/icons-material/OpenInNew';
|
| 10 |
import { useSessionStore } from '@/store/sessionStore';
|