Moved and renamed homepage
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { Route } from "./+types/home";
|
||||
import { Welcome } from "../index";
|
||||
import { HomePage } from "../pages/home";
|
||||
|
||||
export function meta({}: Route.MetaArgs) {
|
||||
return [
|
||||
@@ -9,5 +9,5 @@ export function meta({}: Route.MetaArgs) {
|
||||
}
|
||||
|
||||
export default function Home() {
|
||||
return <Welcome />;
|
||||
return <HomePage />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user