diff --git a/src/App.js b/src/App.js index 86c1b33..cab3c8f 100644 --- a/src/App.js +++ b/src/App.js @@ -16,14 +16,14 @@ import TransactionComponent from './components/Payment/TransactionComponent'; import PaymentRedirect from "./components/Payment/PaymentRedirect"; import ProfilePage from "./components/Auth/ProfilePage"; import '@fortawesome/fontawesome-free/css/all.min.css'; -//import Footer from "./components/Home/Footer"; -import BottomNavBar from "./components/appbar/SnackBar"; +import Footer from "./components/Home/Footer"; +//import BottomNavBar from "./components/appbar/SnackBar"; import BlogPostPage from "./components/Blog/BlogPostPage"; import { ThemeProvider } from '@mui/material/styles'; import theme from './styles/theme'; import logoImage from '../src/images/medogram-logo.png'; import DiabetesPredict from "./components/predictions/DiabetPredict"; -import NotFound from './components/NotFound'; +//import NotFound from './components/NotFound'; function App() { const [showSplash, setShowSplash] = useState(true); @@ -57,7 +57,7 @@ function App() { - }/> + }/> }/> }/> }/> @@ -70,11 +70,11 @@ function App() { } /> } /> }/> - } /> + {/*