fix: corrected import paths in content-generator page
This commit is contained in:
@@ -1,15 +1,14 @@
|
|||||||
---
|
---
|
||||||
import AdminLayout from '../../../layouts/AdminLayout.astro';
|
import AdminLayout from '../../layouts/AdminLayout.astro';
|
||||||
import PageHeader from '../../../components/admin/PageHeader.astro';
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<AdminLayout title="Content Generator">
|
<AdminLayout title="Content Generator">
|
||||||
<div class="space-y-8">
|
<div class="space-y-8">
|
||||||
<PageHeader
|
<!-- Header -->
|
||||||
icon="🎯"
|
<div>
|
||||||
title="Content Generation Engine"
|
<h1 class="text-4xl font-bold text-gold-500 mb-2">🎯 Content Generation Engine</h1>
|
||||||
description="Submit JSON blueprints to generate full 2000-word articles with spintax"
|
<p class="text-gray-400">Submit JSON blueprints to generate full 2000-word articles with spintax</p>
|
||||||
/>
|
</div>
|
||||||
|
|
||||||
<!-- Campaign Input -->
|
<!-- Campaign Input -->
|
||||||
<div class="bg-titanium border border-edge-normal rounded-xl p-8">
|
<div class="bg-titanium border border-edge-normal rounded-xl p-8">
|
||||||
|
|||||||
Reference in New Issue
Block a user