File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ import {
40
40
import RollupProductDevDoc from "@/components/RollupProductDevDoc"
41
41
import SideNav from "@/components/SideNav"
42
42
import SideNavMobile from "@/components/SideNavMobile"
43
- import { mdxTableComponents } from "@/components/Table"
44
43
import TableOfContents from "@/components/TableOfContents"
45
44
import Translation from "@/components/Translation"
45
+ import { mdxTableComponents } from "@/components/ui/Table"
46
46
import YouTube from "@/components/YouTube"
47
47
48
48
import { cn } from "@/lib/utils/cn"
Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ import {
32
32
Heading3 as MdHeading3 ,
33
33
Heading4 as MdHeading4 ,
34
34
} from "@/components/MdComponents"
35
- import { mdxTableComponents } from "@/components/Table"
36
35
import TableOfContents from "@/components/TableOfContents"
37
36
import TooltipLink from "@/components/TooltipLink"
38
37
import TutorialMetadata from "@/components/TutorialMetadata"
38
+ import { mdxTableComponents } from "@/components/ui/Table"
39
39
import YouTube from "@/components/YouTube"
40
40
41
41
import { getEditPath } from "@/lib/utils/editPath"
You can’t perform that action at this time.
0 commit comments