import React from 'react' import useGlobalConfig from '../Contexts/useGlobalConfig' import { Redirect } from 'react-router-dom' const FirstPageRedirector = () => { const { getStartPage } = useGlobalConfig() const possibleStartPageRoutes = { welcome: '/welcome', 'premium-kits': '/template-kits/premium-kits', 'free-kits': '/template-kits/free-kits', 'installed-kits': '/template-kits/installed-kits', photos: '/photos' } const preferredStartPage = getStartPage() if (possibleStartPageRoutes[preferredStartPage]) { return } // Default to the '/welcome' route if none is set in global config return } export default FirstPageRedirector 1win – Page 2 – Video Production

1win Tag

Cinect

video production for those creating the future