mirror of
https://github.com/CompeyDev/create-guilded-bot.git
synced 2024-12-12 20:50:36 +00:00
10 lines
139 B
TypeScript
10 lines
139 B
TypeScript
import { Button } from "ui";
|
|
|
|
export default function Docs() {
|
|
return (
|
|
<div>
|
|
<h1>Docs</h1>
|
|
<Button />
|
|
</div>
|
|
);
|
|
}
|