diff --git a/frontend/src/Components/Account/Account.js b/frontend/src/Components/Account/Account.js index 139100c..90cce5c 100644 --- a/frontend/src/Components/Account/Account.js +++ b/frontend/src/Components/Account/Account.js @@ -1,6 +1,12 @@ import React from 'react' const Account = () => { + + useLayoutEffect(() => { + alert("This Part is in Under Construction.") + window.location.href = '/'; + }, []) + return (
Background Not Found