mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-16 08:15:48 +00:00
Finish theming implementation (finally...)
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
import {Link} from "react-router-dom";
|
||||
|
||||
export default function TestView() {
|
||||
return (
|
||||
<h1>Hello Gameyfin!</h1>
|
||||
<div className="size-full flex justify-center">
|
||||
<Link to="/setup">Setup</Link>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user