mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-04 02:26:11 +08:00
8 lines
98 B
TypeScript
8 lines
98 B
TypeScript
import React from 'react';
|
|
|
|
export default function () {
|
|
return (
|
|
<h1>再等等</h1>
|
|
);
|
|
}
|