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
353 B
TypeScript
14 lines
353 B
TypeScript
import architecture from "../../../../docs/technical/architecture.md?raw";
|
|
import { DocsDocument } from "@/components/docs/DocsDocument";
|
|
|
|
export function DocsArchitecturePage(): React.JSX.Element {
|
|
return (
|
|
<DocsDocument
|
|
content={architecture}
|
|
frContent={architecture}
|
|
meta="02"
|
|
title="Current Architecture"
|
|
/>
|
|
);
|
|
}
|