mirror of
https://github.com/documenso/documenso.git
synced 2025-11-22 20:51:33 +10:00
wip
This commit is contained in:
@ -8,6 +8,12 @@ export function meta({}: Route.MetaArgs) {
|
||||
];
|
||||
}
|
||||
|
||||
export const loader = () => {
|
||||
return {
|
||||
message: 'Hello World' as const,
|
||||
};
|
||||
};
|
||||
|
||||
export default function Home() {
|
||||
return <Welcome />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user