mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 00:55:07 +08:00
📝 Docs: 修复 wwads (#3105)
This commit is contained in:
parent
8704ee42f1
commit
c9bea5d0ea
@ -1,8 +1,8 @@
|
|||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
import "./styles.css";
|
import "./styles.css";
|
||||||
import type { Props } from "@theme/TOC/Container";
|
import type { Props } from "@theme/Page/TOC/Container";
|
||||||
import OriginTOCContainer from "@theme-original/TOC/Container";
|
import OriginTOCContainer from "@theme-original/Page/TOC/Container";
|
||||||
|
|
||||||
export default function TOCContainer({
|
export default function TOCContainer({
|
||||||
children,
|
children,
|
Loading…
Reference in New Issue
Block a user