pruned some unnecessary code
This commit is contained in:
@@ -1,13 +1,9 @@
|
||||
import type { Route } from "./+types/home";
|
||||
import { Welcome } from "../welcome/welcome";
|
||||
|
||||
export function meta({}: Route.MetaArgs) {
|
||||
return [
|
||||
{ title: "New React Router App" },
|
||||
{ name: "description", content: "Welcome to React Router!" },
|
||||
];
|
||||
return [{ title: "Albion Online Transaction Tracker" }];
|
||||
}
|
||||
|
||||
export default function Home() {
|
||||
return <Welcome />;
|
||||
return <></>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user