c09818aa67
🔍 Lint / 🪄 Check lint (push) Has been cancelled
🔍 Lint / 🎨 Check format (push) Has been cancelled
🔍 Lint / 🔎 Typecheck (push) Has been cancelled
🔍 Lint / 🏗 Build (push) Has been cancelled
📊 Quality / 🔒 Security Audit (push) Has been cancelled
📊 Quality / 📋 Dependency Freshness (push) Has been cancelled
📊 Quality / 📦 Bundle Size (push) Has been cancelled
14 lines
336 B
TypeScript
14 lines
336 B
TypeScript
import mainFeature from "../../../../docs/user/main-feature.md?raw";
|
|
import { DocsDocument } from "@/components/docs/DocsDocument";
|
|
|
|
export function DocsMainFeaturePage(): React.JSX.Element {
|
|
return (
|
|
<DocsDocument
|
|
content={mainFeature}
|
|
frContent={mainFeature}
|
|
meta="13"
|
|
title="Main Feature"
|
|
/>
|
|
);
|
|
}
|