fix: Fixed factory page layout import
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user