Wrap Tutorials with DocsLayout and add import
cgen-cdb6b838b1964272be0e7619ed8095ba
This commit is contained in:
parent
9841b7c299
commit
ff45054472
1 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ import { Badge } from "@/components/ui/badge";
|
|||
import { Button } from "@/components/ui/button";
|
||||
import { Input } from "@/components/ui/input";
|
||||
import { Link } from "react-router-dom";
|
||||
import DocsLayout from "@/components/docs/DocsLayout";
|
||||
import {
|
||||
Play,
|
||||
Clock,
|
||||
|
|
@ -223,6 +224,7 @@ export default function DocsTutorials() {
|
|||
});
|
||||
|
||||
return (
|
||||
<DocsLayout title="Tutorials" description="Step-by-step guides">
|
||||
<div>
|
||||
{/* Header */}
|
||||
<div className="mb-8 hidden">
|
||||
|
|
@ -409,5 +411,6 @@ export default function DocsTutorials() {
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</DocsLayout>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue