diff --git a/src/Components/Loaders/FullscreenLoaders.jsx b/src/Components/Loaders/FullscreenLoaders.jsx
index a821ce3..4f2348a 100644
--- a/src/Components/Loaders/FullscreenLoaders.jsx
+++ b/src/Components/Loaders/FullscreenLoaders.jsx
@@ -1,18 +1,19 @@
import { Box, Spinner, Text } from "@chakra-ui/react";
import React from "react";
-import './FullscreenLoaders.css'
+import "./FullscreenLoaders.css";
-const FullscreenLoaders = ({height}) => {
+const FullscreenLoaders = ({ height }) => {
return (
+ >
+ {/*
@@ -21,8 +22,17 @@ const FullscreenLoaders = ({height}) => {
-
- {/*
Loading... */}
+
*/}
+ {/* Loading... */}
+ {/* */}
+
+
);
};
diff --git a/src/Components/Loaders/Loader01.jsx b/src/Components/Loaders/Loader01.jsx
index d730e32..1ca3a81 100644
--- a/src/Components/Loaders/Loader01.jsx
+++ b/src/Components/Loaders/Loader01.jsx
@@ -1,19 +1,29 @@
import React from "react";
-import './FullscreenLoaders.css'
+import "./FullscreenLoaders.css";
+import { Spinner } from "@chakra-ui/react";
const Loader01 = () => {
return (
+ //
+ //
+ //
+ //
+ //
+ //
+ //
+ //
+ //
+ //
-
+ // {/* */}
+
+
);
};
diff --git a/src/Pages/SplashScreen.jsx b/src/Pages/SplashScreen.jsx
index a975efa..47f0bc6 100644
--- a/src/Pages/SplashScreen.jsx
+++ b/src/Pages/SplashScreen.jsx
@@ -1,31 +1,41 @@
-import { Box, Image, Spinner, Text } from '@chakra-ui/react'
-import React from 'react'
-import logo from '../assets/logo2.png'
+import { Box, Image, Spinner, Text } from "@chakra-ui/react";
+import React from "react";
+import logo from "../assets/logo2.png";
const SplashScreen = () => {
return (
-
- {/* */}
-
-
- )
-}
+
-export default SplashScreen
\ No newline at end of file
+ {/* */}
+ {/* */}
+ {/* */}
+
+
+
+ );
+};
+
+export default SplashScreen;