new hero animation using bodymovin and lottie
This commit is contained in:
@@ -3,7 +3,6 @@ import * as React from 'react';
|
||||
import ThemeContext from 'ts/context';
|
||||
import GlobalStyles from 'ts/globalStyles';
|
||||
import Header from 'ts/components/Header';
|
||||
import Hero from 'ts/components/Hero';
|
||||
import Footer from 'ts/components/Footer';
|
||||
|
||||
interface BaseProps {
|
||||
@@ -16,7 +15,6 @@ function Base(props: BaseProps) {
|
||||
<ThemeContext.Provider value={props.context}>
|
||||
<GlobalStyles />
|
||||
<Header />
|
||||
<Hero />
|
||||
{props.children}
|
||||
<Footer />
|
||||
</ThemeContext.Provider>
|
||||
|
Reference in New Issue
Block a user