update: docs
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import handTracking from "../../../../docs/technical/hand-tracking.md?raw";
|
||||
import { DocsDocument } from "@/components/docs/DocsDocument";
|
||||
|
||||
export function DocsHandTrackingPage(): React.JSX.Element {
|
||||
return (
|
||||
<DocsDocument
|
||||
content={handTracking}
|
||||
frContent={handTracking}
|
||||
meta="05"
|
||||
title="Hand Tracking Technical Notes"
|
||||
/>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user