fix scroll on mobile (#2585)

* fix scrolling issues on mobile

* resolve conflict
This commit is contained in:
André Rusakow
2023-01-16 03:37:21 +01:00
committed by GitHub
parent 1fa9db0641
commit b8016eaa90
7 changed files with 95 additions and 27 deletions

View File

@@ -1,5 +1,5 @@
import { ReactElement } from 'react';
import { Main } from '../components/layouts/Main';
import { Main } from '../components/layouts/Main/Main';
export default function Home() {
return <Main />;