diff --git a/app/commit.json b/app/commit.json index 1bdbb28..520ad7e 100644 --- a/app/commit.json +++ b/app/commit.json @@ -1 +1 @@ -{ "commit": "b304749b21f340e03c94abc0cc91ccf82f559195" } +{ "commit": "7e650af56926d88f03e543c38d2f25280e10baa3" } diff --git a/app/routes/git.tsx b/app/routes/git.tsx index aa1689a..5793e22 100644 --- a/app/routes/git.tsx +++ b/app/routes/git.tsx @@ -4,6 +4,7 @@ import { ClientOnly } from 'remix-utils/client-only'; import { BaseChat } from '~/components/chat/BaseChat'; import { GitUrlImport } from '~/components/git/GitUrlImport.client'; import { Header } from '~/components/header/Header'; +import BackgroundRays from '~/components/ui/BackgroundRays'; export const meta: MetaFunction = () => { return [{ title: 'Bolt' }, { name: 'description', content: 'Talk with Bolt, an AI assistant from StackBlitz' }]; @@ -15,7 +16,8 @@ export async function loader(args: LoaderFunctionArgs) { export default function Index() { return ( -