Files
gameyfin/frontend/views/TestView.tsx
T
2024-03-06 23:35:41 +01:00

5 lines
91 B
TypeScript

export default function TestView() {
return (
<h1>Hello Gameyfin!</h1>
);
}