Skip to content

Commit

Permalink
- ran npm run lint:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbahl committed Jan 30, 2024
1 parent b6f5b43 commit 9897c3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions wp-blocks/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { CoreBlocks } from '@faustwp/blocks'

import { AcfFieldTypeConfigurationBlock } from './AcfFieldTypeConfigurationBlock'
import { AcfFieldTypeSettingsBlock } from './AcfFieldTypeSettingsBlock'
import { AcfGraphqlQuery } from './AcfGraphqlQuery'
Expand Down
2 changes: 1 addition & 1 deletion wp-templates/front-page.js
Original file line number Diff line number Diff line change
@@ -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!) {
Expand Down

0 comments on commit 9897c3d

Please sign in to comment.