cleaner landing page
This commit is contained in:
@ -1,10 +1,13 @@
|
||||
import type { LinksFunction, MetaFunction } from "@remix-run/node";
|
||||
|
||||
import IndexPage from "~/features/public-area/pages";
|
||||
import joinWaitlistAction from "~/features/public-area/actions/index";
|
||||
import IndexPage from "~/features/public-area/pages/index";
|
||||
import { getSeoMeta } from "~/utils/seo";
|
||||
|
||||
import styles from "../styles/index.css";
|
||||
|
||||
export const action = joinWaitlistAction;
|
||||
|
||||
export const meta: MetaFunction = () => ({
|
||||
...getSeoMeta({ title: "", description: "Welcome to Remixtape!" }),
|
||||
});
|
||||
|
Reference in New Issue
Block a user