New Text Component, new pages

This commit is contained in:
Belen Curcio
2020-10-24 16:53:25 -03:00
parent 81f4771c4d
commit 5e8cb6e6df
11 changed files with 144 additions and 35 deletions

View File

@@ -35,7 +35,6 @@ const Layout: FC<Props> = ({ children, pageProps }) => {
}
}, [])
console.log(displaySidebar, displayDropdown)
usePreventScroll({
isDisabled: !displaySidebar,
})