hoshikrana commited on
Commit
896c812
·
2 Parent(s): a35f397b6ffd21

Merge branch 'feature/phase-1-environment'

Browse files
Files changed (1) hide show
  1. 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, Database, CheckCircle, XCircle, ArrowRight, Layers, Cpu } from 'lucide-react'
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 = {