Skip to content

Commit

Permalink
📝 Docs: 修复 wwads (#3105)
Browse files Browse the repository at this point in the history
  • Loading branch information
StarHeartHunt authored Nov 4, 2024
1 parent 8704ee4 commit c9bea5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import React from "react";

import "./styles.css";
import type { Props } from "@theme/TOC/Container";
import OriginTOCContainer from "@theme-original/TOC/Container";
import type { Props } from "@theme/Page/TOC/Container";
import OriginTOCContainer from "@theme-original/Page/TOC/Container";

export default function TOCContainer({
children,
Expand Down
File renamed without changes.

0 comments on commit c9bea5d

Please sign in to comment.