mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-05 08:06:19 +00:00
Added nova bg to main app
This commit is contained in:
parent
40e2fafce6
commit
a8d01b8147
1 changed files with 2 additions and 0 deletions
|
|
@ -4,11 +4,13 @@ import { Header } from "@/components/new/header"
|
|||
import { ChatSidebar } from "@/components/chat"
|
||||
import { AnimatePresence } from "motion/react"
|
||||
import { MemoriesGrid } from "@/components/new/memories-grid"
|
||||
import { AnimatedGradientBackground } from "@/app/onboarding/setup/page"
|
||||
|
||||
export default function NewPage() {
|
||||
return (
|
||||
<div className="min-h-screen bg-black">
|
||||
<Header />
|
||||
<AnimatedGradientBackground />
|
||||
<main className="relative">
|
||||
<div className="relative z-10">
|
||||
<div className="flex flex-row h-[calc(100vh-90px)] relative">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue