nonebot2/website/src/components/Adapter.tsx

6 lines
82 B
TypeScript
Raw Normal View History

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