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