Strip out landing pages.

This commit is contained in:
Patrick Fic
2024-02-26 12:08:33 -08:00
parent 6640ed629d
commit 8b0b37aab4
30 changed files with 0 additions and 2985 deletions

View File

@@ -4,7 +4,6 @@ import { useNavigate } from 'react-router-dom';
import { createStructuredSelector } from 'reselect';
import { selectCurrentUser } from '../../redux/user/user.selectors';
import { Spin } from 'antd';
//import LandingPageStatic from "../../landing/index";
const mapStateToProps = createStructuredSelector({
currentUser: selectCurrentUser,