nonebot2/website/src/components/Driver.tsx

6 lines
81 B
TypeScript
Raw Normal View History

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