pruned some unnecessary code

This commit is contained in:
2025-04-03 13:01:23 +02:00
parent 827d74d49a
commit a7d33e7f68
10 changed files with 3 additions and 4989 deletions

View File

@@ -10,19 +10,6 @@ import {
import type { Route } from "./+types/root";
import "./app.css";
export const links: Route.LinksFunction = () => [
{ rel: "preconnect", href: "https://fonts.googleapis.com" },
{
rel: "preconnect",
href: "https://fonts.gstatic.com",
crossOrigin: "anonymous",
},
{
rel: "stylesheet",
href: "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap",
},
];
export function Layout({ children }: { children: React.ReactNode }) {
return (
<html lang="en">