Формат
This commit is contained in:
16
src/App.tsx
16
src/App.tsx
@@ -10,11 +10,13 @@ import { MessageSteps } from './components/MessageSteps/MessageSteps';
|
|||||||
|
|
||||||
|
|
||||||
export default function App() {
|
export default function App() {
|
||||||
return <MantineProvider>
|
return (
|
||||||
<SEO />
|
<MantineProvider>
|
||||||
<HeroTitle></HeroTitle>
|
<SEO />
|
||||||
<FeaturesGrid></FeaturesGrid>
|
<HeroTitle></HeroTitle>
|
||||||
<MessageSteps></MessageSteps>
|
<FeaturesGrid></FeaturesGrid>
|
||||||
<DownloadCenter></DownloadCenter>
|
<MessageSteps></MessageSteps>
|
||||||
</MantineProvider>;
|
<DownloadCenter></DownloadCenter>
|
||||||
|
</MantineProvider>
|
||||||
|
)
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user