mirror of
https://gitea.tendokyu.moe/ppc/amnet.git
synced 2026-09-27 09:23:03 +03:00
9 lines
177 B
TypeScript
9 lines
177 B
TypeScript
import {Text, View} from "react-native";
|
|
|
|
export default function ServerManager() {
|
|
return (
|
|
<View>
|
|
<Text>Server Manager</Text>
|
|
</View>
|
|
);
|
|
} |