feat: app context

This commit is contained in:
Stavros
2025-05-09 16:49:54 +03:00
parent 0880152b48
commit 31a7b0ff06
14 changed files with 158 additions and 37 deletions

View File

@@ -7,14 +7,15 @@ import {
CardTitle,
} from "@/components/ui/card";
import { Code } from "@/components/ui/code";
import { capitalize } from "@/utils/utils";
import { useAppContext } from "@/context/app-context";
import { capitalize } from "@/lib/utils";
import { Trans, useTranslation } from "react-i18next";
export const LogoutPage = () => {
const { genericName } = useAppContext();
const { t } = useTranslation();
const provider = "google";
const genericName = "generic";
const username = "username";
const email = "smbd@example.com";