Import app (#189)

Fixes #163
This commit is contained in:
Will Chen
2025-05-19 14:03:10 -07:00
committed by GitHub
parent b5671c0a59
commit 6e08bc5c62
9 changed files with 490 additions and 4 deletions

View File

@@ -24,6 +24,7 @@ import {
import { useTheme } from "@/contexts/ThemeContext";
import { Button } from "@/components/ui/button";
import { ExternalLink } from "lucide-react";
import { ImportAppButton } from "@/components/ImportAppButton";
// Adding an export for attachments
export interface HomeSubmitOptions {
@@ -165,6 +166,7 @@ export default function HomePage() {
<SetupBanner />
<div className="w-full">
<ImportAppButton />
<HomeChatInput onSubmit={handleSubmit} />
<div className="flex flex-col gap-4 mt-4">