udpdates
This commit is contained in:
@@ -1,12 +1,16 @@
|
||||
import PageMeta from "../../components/common/PageMeta";
|
||||
import ComponentCard from "../../components/common/ComponentCard";
|
||||
import PageHeader from "../../components/common/PageHeader";
|
||||
import { PieChartIcon } from "../../icons";
|
||||
|
||||
export default function Mapping() {
|
||||
return (
|
||||
<>
|
||||
<PageMeta title="Content Mapping - IGNY8" description="Keyword to content mapping" />
|
||||
<PageHeader title="Content Mapping" />
|
||||
<PageHeader
|
||||
title="Content Mapping"
|
||||
badge={{ icon: <PieChartIcon />, color: 'indigo' }}
|
||||
/>
|
||||
<ComponentCard title="Coming Soon" desc="Keyword to content mapping">
|
||||
<div className="text-center py-8">
|
||||
<p className="text-gray-600 dark:text-gray-400">
|
||||
|
||||
Reference in New Issue
Block a user