Skip to content

Commit 166619d

Browse files
committed
feat: implements new ResponsiveLayout component
1 parent 56b52f8 commit 166619d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed
File renamed without changes.

src/pages/Docs/About.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ResponsiveLayoutWrapper } from "@/components/ResponsiveLayout.tsx";
1+
import { ResponsiveLayoutWrapper } from "@/components/docs/ResponsiveLayout.tsx";
22
import { Badge } from "@/components/ui/badge";
33
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
44
import { Code, Heart, Target, Users } from "lucide-react";

src/pages/Docs/Guides.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ResponsiveLayoutWrapper } from "@/components/ResponsiveLayout.tsx";
1+
import { ResponsiveLayoutWrapper } from "@/components/docs/ResponsiveLayout.tsx";
22
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card";
33
import { Badge } from "@/components/ui/badge";
44
import { BookOpen, Code, FileText, Zap } from "lucide-react";

src/pages/Docs/Introduction.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import { ResponsiveLayout, ResponsiveLayoutRef } from "@/components/ResponsiveLayout.tsx";
1+
import { ResponsiveLayout, ResponsiveLayoutRef } from "@/components/docs/ResponsiveLayout.tsx";
22
import {
33
ResponsiveLayoutSidebar,
44
ResponsiveLayoutSidebarItem,
5-
} from "@/components/ResponsiveLayoutSidebar.tsx";
5+
} from "@/components/docs/ResponsiveLayoutSidebar.tsx";
66
import { Badge } from "@/components/ui/badge";
77
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card";
88
import { Layers, Package, Wrench } from "lucide-react";

src/pages/Docs/Reference.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import { ResponsiveLayout, ResponsiveLayoutRef } from "@/components/ResponsiveLayout.tsx";
1+
import { ResponsiveLayout, ResponsiveLayoutRef } from "@/components/docs/ResponsiveLayout.tsx";
22
import {
33
ResponsiveLayoutSidebar,
44
ResponsiveLayoutSidebarItem,
5-
} from "@/components/ResponsiveLayoutSidebar.tsx";
5+
} from "@/components/docs/ResponsiveLayoutSidebar.tsx";
66
import React, { useRef } from "react";
77
import { Outlet, useNavigate } from "react-router-dom";
88

0 commit comments

Comments
 (0)