Remove some un-used Vars for SSR improving

This commit is contained in:
Gelot Ayush
2022-10-14 18:23:41 +05:30
parent b85a56f4b5
commit 118c100b5c
4 changed files with 99 additions and 105 deletions
+1 -2
View File
@@ -3,12 +3,11 @@ import WelcomeForm from "../components/WelcomeForm.jsx";
import DetectionFramework from "../components/DetectionFramework.jsx";
import {
Grid,
Container,
Fade,
Typography,
} from '@mui/material';
import theme from '../theme';
import { useNavigate, Link } from "react-router-dom";
import { useNavigate } from "react-router-dom";
// Should be different if logged in :|
const Welcome = (props) => {