feat: account page content
This commit is contained in:
@@ -4,6 +4,9 @@ export default function Page(params: { locale: string }) {
|
||||
const t = useTranslations('Auth');
|
||||
const messages = {
|
||||
yourProjects: t('your_projects'),
|
||||
public: t('public'),
|
||||
private: t('private'),
|
||||
noProjectsFound: t('no_projects_found'),
|
||||
};
|
||||
|
||||
return <AccountPage messages={messages} locale={params.locale} />;
|
||||
|
||||
Reference in New Issue
Block a user