nonebot2/website/src/components/Bot.tsx

6 lines
78 B
TypeScript
Raw Normal View History

2021-12-29 13:33:36 +08:00
import React from "react";
export default function Bot() {
return <></>;
}