feature: Layout functional

This commit is contained in:
Keith Solomon
2025-07-16 10:27:39 -05:00
parent 559cbbe0be
commit 4f81592d4f
6 changed files with 9 additions and 22 deletions

View File

@@ -1,5 +1,4 @@
---
import "../styles/global.css";
import MainLayout from '../layouts/MainLayout.astro';
import Sidebar from '../components/Sidebar.astro';
import SearchBar from '../components/SearchBar.astro';
@@ -7,7 +6,7 @@ import PromptList from '../components/PromptList.astro';
---
<MainLayout>
<div class="flex h-screen bg-gray-50 text-gray-900">
<div class="flex h-screen bg-gray-800 text-gray-100">
<Sidebar />
<div class="flex-1 flex flex-col overflow-hidden">