mirror of
https://github.com/027xiguapi/code-box.git
synced 2026-04-29 15:52:14 +00:00
6 lines
132 B
TypeScript
6 lines
132 B
TypeScript
import Options from "~component/items/options"
|
|
|
|
export default function Segmentfault() {
|
|
return <Options name="segmentfault" />
|
|
}
|