diff --git a/apps/backoffice/src/app/features/certification/pages/CertificationPage.tsx b/apps/backoffice/src/app/features/certification/pages/CertificationPage.tsx
index 77a2579ed..88fdbe449 100644
--- a/apps/backoffice/src/app/features/certification/pages/CertificationPage.tsx
+++ b/apps/backoffice/src/app/features/certification/pages/CertificationPage.tsx
@@ -10,7 +10,6 @@ import {
Text,
TextInput,
Textarea,
- Paper,
Card,
Alert,
} from '@mantine/core';
@@ -53,20 +52,20 @@ function CertificationForm({
};
return (
-
+
-
+
);
}
diff --git a/apps/backoffice/src/app/features/configuration/pages/ConfigurationPage.tsx b/apps/backoffice/src/app/features/configuration/pages/ConfigurationPage.tsx
index a4416d7c8..c270c3cf3 100644
--- a/apps/backoffice/src/app/features/configuration/pages/ConfigurationPage.tsx
+++ b/apps/backoffice/src/app/features/configuration/pages/ConfigurationPage.tsx
@@ -11,7 +11,6 @@ import {
Modal,
Text,
Select,
- Paper,
Loader,
Center,
Alert,
@@ -104,7 +103,16 @@ function ProfessionForm({
);
return (
-
+
-
+
);
}
diff --git a/apps/backoffice/src/app/features/exam/pages/ExamPage.tsx b/apps/backoffice/src/app/features/exam/pages/ExamPage.tsx
index 8991aa4b4..a3a5436e4 100644
--- a/apps/backoffice/src/app/features/exam/pages/ExamPage.tsx
+++ b/apps/backoffice/src/app/features/exam/pages/ExamPage.tsx
@@ -11,7 +11,6 @@ import {
Text,
TextInput,
Textarea,
- Paper,
Card,
Alert,
Select,
@@ -132,7 +131,7 @@ function ExamForm({
};
return (
-
+
-
+
);
}
diff --git a/apps/backoffice/src/app/features/question/pages/QuestionPage.tsx b/apps/backoffice/src/app/features/question/pages/QuestionPage.tsx
index 88297739f..dfdf184a8 100644
--- a/apps/backoffice/src/app/features/question/pages/QuestionPage.tsx
+++ b/apps/backoffice/src/app/features/question/pages/QuestionPage.tsx
@@ -9,7 +9,6 @@ import {
Modal,
Text,
TextInput,
- Paper,
Card,
Alert,
Select,
@@ -93,7 +92,7 @@ function QuestionForm({
};
return (
-
+
-
+
);
}