mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-25 09:35:03 +08:00
6 lines
81 B
TypeScript
6 lines
81 B
TypeScript
|
import React from "react";
|
||
|
|
||
|
export default function Driver() {
|
||
|
return <></>;
|
||
|
}
|