forked from Rosetta/landing
Добавить юридический футер
This commit is contained in:
@@ -7,6 +7,7 @@ import { FeaturesGrid } from './components/FeaturesGrid/FeaturesGrid';
|
||||
import { SEO } from './components/SEO/SEO';
|
||||
import './style.css'
|
||||
import { MessageSteps } from './components/MessageSteps/MessageSteps';
|
||||
import { Footer } from './components/Footer/Footer';
|
||||
|
||||
|
||||
export default function App() {
|
||||
@@ -17,6 +18,7 @@ export default function App() {
|
||||
<FeaturesGrid></FeaturesGrid>
|
||||
<MessageSteps></MessageSteps>
|
||||
<DownloadCenter></DownloadCenter>
|
||||
<Footer></Footer>
|
||||
</MantineProvider>
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user