diff --git a/apps/backoffice/src/app/(protected)/settings-dimentorin/_components/general.tsx b/apps/backoffice/src/app/(protected)/settings-dimentorin/_components/general.tsx new file mode 100644 index 0000000..69ebee8 --- /dev/null +++ b/apps/backoffice/src/app/(protected)/settings-dimentorin/_components/general.tsx @@ -0,0 +1,61 @@ +import { Button, Input, Select, ToggleInput } from "@imphnen-frontend-service/ui/atoms" +import { cn } from "@imphnen-frontend-service/utils" +import { FC } from "react" + +const labelClass = cn('text-neutral-800 text-[10px] font-medium mb-1.5 inline-block md:text-xs md:mb-2 xl:text-p3') + +export const GeneralSettings: FC = () => { + return ( +
+

General Settings

+ +
+ + +

Platform Settings

+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ +

Legal Settings

+
+
+ + +
+
+ + +
+
+ +
+ + +
+
+
+ ) +} diff --git a/apps/backoffice/src/app/(protected)/settings-dimentorin/_components/notification.tsx b/apps/backoffice/src/app/(protected)/settings-dimentorin/_components/notification.tsx new file mode 100644 index 0000000..10f010c --- /dev/null +++ b/apps/backoffice/src/app/(protected)/settings-dimentorin/_components/notification.tsx @@ -0,0 +1,34 @@ +import { Button, Textarea, ToggleInput } from "@imphnen-frontend-service/ui/atoms" +import { FC } from "react" + +export const NotificationSettings: FC = () => { + return ( +
+

Notification Settings

+ +
+
+ + + +
+ +
+ +