mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-07 04:50:57 +08:00
feat: add SQLite/PostgreSQL database switching support
This commit is contained in:
@@ -5,6 +5,7 @@ import FooterSection from '../components/landing/FooterSection'
|
||||
import TerminalHero from '../components/landing/core/TerminalHero'
|
||||
import LiveFeed from '../components/landing/core/LiveFeed'
|
||||
import AgentGrid from '../components/landing/core/AgentGrid'
|
||||
import DeploymentHub from '../components/landing/core/DeploymentHub'
|
||||
import { useAuth } from '../contexts/AuthContext'
|
||||
import { useLanguage } from '../contexts/LanguageContext'
|
||||
|
||||
@@ -42,6 +43,8 @@ export function LandingPage() {
|
||||
|
||||
<AgentGrid />
|
||||
|
||||
<DeploymentHub />
|
||||
|
||||
<FooterSection language={language} />
|
||||
|
||||
{showLoginModal && (
|
||||
|
||||
Reference in New Issue
Block a user