import logoDark from "./logo-dark.svg";
import logoLight from "./logo-light.svg";
export function Welcome() {
return (
);
}
const resources = [
{
href: "https://reactrouter.com/docs",
text: "React Router Docs",
icon: (
),
},
{
href: "https://rmx.as/discord",
text: "Join Discord",
icon: (
),
},
];