edited some texts

This commit was merged in pull request #2.
This commit is contained in:
Ebube
2023-10-18 00:40:45 +01:00
parent c2dbf2d6a3
commit b5f0423fdb
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -3,7 +3,6 @@ import '../styles/remixicon.css'
import 'react-tabs/style/react-tabs.css';
import "swiper/css";
import "swiper/css/bundle";
// Chat Styles
import '../styles/chat.css'
// Globals Styles
@@ -19,6 +18,7 @@ import { ThemeProvider, CssBaseline } from "@mui/material";
import Layout from "@/components/_App/Layout";
function MyApp({ Component, pageProps }) {
return (
<>
<ThemeProvider theme={theme}>
-1
View File
@@ -15,7 +15,6 @@ import RecentOrders from "@/components/Dashboard/eCommerce/RecentOrders";
import TeamMembersList from "@/components/Dashboard/eCommerce/TeamMembersList";
import BestSellingProducts from "@/components/Dashboard/eCommerce/BestSellingProducts";
import LiveVisitsOnOurSite from "@/components/Dashboard/eCommerce/LiveVisitsOnOurSite";
import AuthRoute from "middlewares/AuthRoute";
function MainPage() {
return (