mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-13 16:40:01 +00:00
a61c8eead0
Added more themed components Refactored Superadmin creation
9 lines
207 B
TypeScript
9 lines
207 B
TypeScript
import {Link} from "react-router-dom";
|
|
|
|
export default function TestView() {
|
|
return (
|
|
<div className="flex grow justify-center">
|
|
<Link to="/setup">Setup</Link>
|
|
</div>
|
|
);
|
|
} |