diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-27 11:32:37 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-27 11:32:37 +0700 |
| commit | 63d73e57091c355041489cc327512f808b515a10 (patch) | |
| tree | 8fd09fe22fddf6ad31386eb0608ffddef6b7b37f /src/pages/activate.jsx | |
| parent | c806857a6bd08ccacefd7b622e8e909e52a61470 (diff) | |
fix
Diffstat (limited to 'src/pages/activate.jsx')
| -rw-r--r-- | src/pages/activate.jsx | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/pages/activate.jsx b/src/pages/activate.jsx index a8106509..cbd10ac2 100644 --- a/src/pages/activate.jsx +++ b/src/pages/activate.jsx @@ -1,5 +1,11 @@ +import SimpleFooter from '@/core/components/elements/Footer/SimpleFooter' import ActivateComponent from '@/lib/auth/components/Activate' export default function Activate() { - return <ActivateComponent /> + return ( + <> + <ActivateComponent /> + <SimpleFooter /> + </> + ) } |
