mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 18:34:59 -05:00
5 lines
83 B
TypeScript
5 lines
83 B
TypeScript
|
|
"use client";
|
||
|
|
export function ServerList() {
|
||
|
|
return <main>Server List </main>;
|
||
|
|
}
|