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