diff --git a/wp-blocks/index.js b/wp-blocks/index.js index 18dc9c1..9636478 100644 --- a/wp-blocks/index.js +++ b/wp-blocks/index.js @@ -1,4 +1,5 @@ import { CoreBlocks } from '@faustwp/blocks' + import { AcfFieldTypeConfigurationBlock } from './AcfFieldTypeConfigurationBlock' import { AcfFieldTypeSettingsBlock } from './AcfFieldTypeSettingsBlock' import { AcfGraphqlQuery } from './AcfGraphqlQuery' diff --git a/wp-templates/front-page.js b/wp-templates/front-page.js index fd2c3c4..81e7bb8 100644 --- a/wp-templates/front-page.js +++ b/wp-templates/front-page.js @@ -1,11 +1,11 @@ import { gql } from '@apollo/client' +import { useFaustQuery } from '@faustwp/core' import HomepageLayoutsLayoutsFaqsLayout from '@/components/HomepageLayoutsLayoutsFaqsLayout' import HomepageLayoutsLayoutsFeaturesLayout from '@/components/HomepageLayoutsLayoutsFeaturesLayout' import HomepageLayoutsLayoutsHeroLayout from '@/components/HomepageLayoutsLayoutsHeroLayout' import HomepageLayoutsLayoutsSupportedFieldTypesLayout from '@/components/HomepageLayoutsLayoutsSupportedFieldTypesLayout' import { LayoutFrontPage, LAYOUT_FRONT_PAGE_QUERY } from '@/components/LayoutFrontPage' -import { useFaustQuery } from '@faustwp/core' const FRONT_PAGE_QUERY = gql` query GetFrontPage($uri: String!) {