Add initial project structure with API and web components
This commit is contained in:
9
vote-web/app/routes/home.tsx
Normal file
9
vote-web/app/routes/home.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import HomePage from "~/pages/home";
|
||||
|
||||
export function Meta() {
|
||||
return [{ title: "Vote RLLHC" }];
|
||||
}
|
||||
|
||||
export default function Home() {
|
||||
return <HomePage />;
|
||||
}
|
||||
Reference in New Issue
Block a user