test: pr lint

This commit is contained in:
hamster1963 2024-12-13 15:11:37 +08:00
parent 55cc033cf5
commit 880710fa1d

View File

@ -7,5 +7,5 @@ export default async function Home() {
<ServerOverview />
<ServerList />
</div>
)
);
}