mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-06 20:06:12 +08:00
9 lines
106 B
TypeScript
9 lines
106 B
TypeScript
import React from 'react';
|
|
|
|
export default function SubscribeManager() {
|
|
return (
|
|
<>
|
|
</>
|
|
);
|
|
}
|