From ae2fceffb78e51a330589af2d26c27a4b8088f7c Mon Sep 17 00:00:00 2001 From: Olexii Bulhakov Date: Sun, 28 Apr 2024 12:10:41 +0300 Subject: [PATCH] Added loading pages --- app/loading.js | 17 +++++++++++++++++ app/questionnaire/loading.js | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 app/loading.js create mode 100644 app/questionnaire/loading.js diff --git a/app/loading.js b/app/loading.js new file mode 100644 index 0000000..a3b6ba7 --- /dev/null +++ b/app/loading.js @@ -0,0 +1,17 @@ +import { Box, CircularProgress } from "@mui/material"; + +export default function Loading() { + return ( + + + + ); +} diff --git a/app/questionnaire/loading.js b/app/questionnaire/loading.js new file mode 100644 index 0000000..a3b6ba7 --- /dev/null +++ b/app/questionnaire/loading.js @@ -0,0 +1,17 @@ +import { Box, CircularProgress } from "@mui/material"; + +export default function Loading() { + return ( + + + + ); +}