mirror of
https://github.com/027xiguapi/code-box.git
synced 2026-05-04 10:38:35 +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" />
|
|
}
|