fix: Fixed factory page layout import

This commit is contained in:
cawcenter
2025-12-12 12:09:52 -05:00
parent ebff81f001
commit 7a9b7ec86e

View File

@@ -5,10 +5,10 @@
* The main control panel for the SEO Content Factory. * The main control panel for the SEO Content Factory.
* Uses React islands for interactive components. * Uses React islands for interactive components.
*/ */
import Layout from '../../layouts/Layout.astro'; import BaseLayout from '../../layouts/BaseLayout.astro';
--- ---
<Layout title="Factory Command Center"> <BaseLayout title="Factory Command Center">
<div class="factory-dashboard"> <div class="factory-dashboard">
<!-- Header --> <!-- Header -->
<header class="dashboard-header"> <header class="dashboard-header">
@@ -150,7 +150,7 @@ import Layout from '../../layouts/Layout.astro';
</div> </div>
</div> </div>
</div> </div>
</Layout> </BaseLayout>
<style> <style>
.factory-dashboard { .factory-dashboard {