Формат
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() {
|
||||
return <MantineProvider>
|
||||
<SEO />
|
||||
<HeroTitle></HeroTitle>
|
||||
<FeaturesGrid></FeaturesGrid>
|
||||
<MessageSteps></MessageSteps>
|
||||
<DownloadCenter></DownloadCenter>
|
||||
</MantineProvider>;
|
||||
return (
|
||||
<MantineProvider>
|
||||
<SEO />
|
||||
<HeroTitle></HeroTitle>
|
||||
<FeaturesGrid></FeaturesGrid>
|
||||
<MessageSteps></MessageSteps>
|
||||
<DownloadCenter></DownloadCenter>
|
||||
</MantineProvider>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user