Stub out all SSR, built login page
This commit is contained in:
3
ssr/buildHome.ts
Normal file
3
ssr/buildHome.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export default (userId: string) => {
|
||||
return `${userId}`;
|
||||
};
|
||||
Reference in New Issue
Block a user