📝 Docs: 修复 wwads (#3105)

This commit is contained in:
StarHeart 2024-11-04 15:53:45 +08:00 committed by GitHub
parent 8704ee42f1
commit c9bea5d0ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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,