mirror of
https://github.com/027xiguapi/code-box.git
synced 2026-05-04 18:48:36 +00:00
6 lines
120 B
TypeScript
6 lines
120 B
TypeScript
import Options from "~component/items/options"
|
|
|
|
export default function Doc360() {
|
|
return <Options name="360doc" />
|
|
}
|