✨feature: Layout functional
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user