9 lines
No EOL
224 B
TypeScript
9 lines
No EOL
224 B
TypeScript
import { HeaderRoute } from "../components/HeaderRoute";
|
|
|
|
export function Radon() {
|
|
return (
|
|
<HeaderRoute>
|
|
<iframe src="/~/uv/https%3A%2F%2Fradon.games%2F" class="w-full h-full"></iframe>
|
|
</HeaderRoute>
|
|
)
|
|
} |