Finish theming implementation (finally...)

This commit is contained in:
grimsi
2024-05-14 10:22:17 +02:00
parent 47f8febbd2
commit f9d4e16604
45 changed files with 475 additions and 14951 deletions
+5 -1
View File
@@ -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>
);
}