Some cleaning
This commit is contained in:
@@ -1,13 +1,17 @@
|
||||
import type { Route } from "./+types/home";
|
||||
import { Welcome } from "../welcome/welcome";
|
||||
|
||||
export function meta({}: Route.MetaArgs) {
|
||||
export function meta(_obj: Route.MetaArgs) {
|
||||
return [
|
||||
{ title: "New React Router App" },
|
||||
{ name: "description", content: "Welcome to React Router!" },
|
||||
{ title: "Rossini Energy Charge" },
|
||||
{ name: "description", content: "App-less recharge system by Rossini Energy" },
|
||||
];
|
||||
}
|
||||
|
||||
export default function Home() {
|
||||
return <Welcome />;
|
||||
return (
|
||||
<div>
|
||||
<h1>Demo Charge.re</h1>
|
||||
<p>This page can be a view or just a basic redirect to rossinienergy.com</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user