Spaces:
Running
Running
Merge branch 'feature/phase-1-environment'
Browse files- frontend/app/page.jsx +1 -1
frontend/app/page.jsx
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
import Link from 'next/link'
|
| 3 |
import { useEffect, useState } from 'react'
|
| 4 |
import { motion } from 'framer-motion'
|
| 5 |
-
import { Upload, Brain, FileText, Activity, MessageSquare,
|
| 6 |
import { apiClient } from '@/lib/api/client'
|
| 7 |
|
| 8 |
const fadeUp = {
|
|
|
|
| 2 |
import Link from 'next/link'
|
| 3 |
import { useEffect, useState } from 'react'
|
| 4 |
import { motion } from 'framer-motion'
|
| 5 |
+
import { Upload, Brain, FileText, Activity, MessageSquare, CheckCircle, XCircle, ArrowRight, Layers, Cpu } from 'lucide-react'
|
| 6 |
import { apiClient } from '@/lib/api/client'
|
| 7 |
|
| 8 |
const fadeUp = {
|