feat: add 'Open in StackBlitz' button to header (#10)

This commit is contained in:
Connor Fogarty
2024-07-26 09:08:24 -05:00
committed by GitHub
parent 20e2d49993
commit d35f64eb1d
7 changed files with 101 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ import { type LoaderFunctionArgs, type MetaFunction } from '@remix-run/cloudflar
import { ClientOnly } from 'remix-utils/client-only';
import { BaseChat } from '~/components/chat/BaseChat';
import { Chat } from '~/components/chat/Chat.client';
import { Header } from '~/components/Header';
import { Header } from '~/components/header/Header';
import { handleAuthRequest } from '~/lib/.server/login';
export const meta: MetaFunction = () => {