import type { FunctionComponent, PropsWithChildren } from "react";
import type { LinksFunction } from "@remix-run/node";
import { Link, Links, LiveReload, Meta, Outlet, Scripts, ScrollRestoration, useCatch } from "@remix-run/react";
import Logo from "~/features/core/components/logo";
import styles from "./styles/tailwind.css";
export const links: LinksFunction = () => [{ rel: "stylesheet", href: styles }];
export default function App() {
return (
{error.message}There was an error
Oops! Looks like you tried to visit a page that you do not have access to.
; break; case 404: message =Oops! Looks like you tried to visit a page that does not exist.
; break; default: throw new Error(caught.data || caught.statusText); } return (