mirror of
https://github.com/027xiguapi/code-box.git
synced 2026-05-21 09:29:05 +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" />
|
|
}
|