feat: user activation and emails
This commit is contained in:
5
components/elements/homeLink.tsx
Normal file
5
components/elements/homeLink.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { CustomLink } from './customLink';
|
||||
|
||||
export function HomeLink() {
|
||||
return <CustomLink path={`/`} text={`Home`} />;
|
||||
}
|
||||
Reference in New Issue
Block a user