fix: pr issues
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import animation from "../../../../docs/technical/animation.md?raw";
|
||||
import { DocsDocument } from "@/components/docs/DocsDocument";
|
||||
|
||||
export function DocsAnimationPage(): React.JSX.Element {
|
||||
return (
|
||||
<DocsDocument
|
||||
content={animation}
|
||||
frContent={animation}
|
||||
meta="07"
|
||||
title="Animation & 3D Model System"
|
||||
/>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user