mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-13 16:40:01 +00:00
5 lines
91 B
TypeScript
5 lines
91 B
TypeScript
export default function TestView() {
|
|
return (
|
|
<h1>Hello Gameyfin!</h1>
|
|
);
|
|
} |