changes breaking

This commit is contained in:
Belen Curcio
2021-01-17 12:53:34 -03:00
parent 7f70cfd868
commit de0ba8cee8
33 changed files with 89 additions and 74 deletions

View File

@@ -1,6 +1,6 @@
import type { GetStaticPropsContext } from 'next'
import { getConfig } from '@framework/api'
import getAllPages from '@framework/api/operations/get-all-pages'
import getAllPages from '@framework/common/get-all-pages'
import { Layout } from '@components/common'
import { Container, Text } from '@components/ui'
import { Bag } from '@components/icons'