Skip to content

Commit

Permalink
Resolve linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
josephfusco committed Jul 24, 2024
1 parent 4783d2f commit 1b61452
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/OpenGraph.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Head from 'next/head'
import { gql } from '@apollo/client'
import Head from 'next/head'

const OpenGraph = ({ seo } ) => {

Expand Down
3 changes: 1 addition & 2 deletions wp-templates/single-field_type.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@ import { gql } from '@apollo/client'
import { WordPressBlocksViewer } from '@faustwp/blocks'
import { flatListToHierarchical, useFaustQuery } from '@faustwp/core'
import { Separator } from '@radix-ui/react-separator'
import Head from 'next/head'

import EditPost from '@/components/EditPost'
import { Layout, LAYOUT_QUERY } from '@/components/Layout'
import OpenGraph from "@/components/OpenGraph";
import { Badge } from '@/components/ui/badge'
import blocks from '@/wp-blocks'
import { AcfFieldTypeConfigurationBlock } from '@/wp-blocks/AcfFieldTypeConfigurationBlock'
import { AcfFieldTypeSettingsBlock } from '@/wp-blocks/AcfFieldTypeSettingsBlock'
import { AcfGraphqlQuery } from '@/wp-blocks/AcfGraphqlQuery'
import OpenGraph from "@/components/OpenGraph";

const aCFFieldTypeCategoriesFragment = gql`
fragment aCFFieldTypeCategoriesFragment on FieldType {
Expand Down

0 comments on commit 1b61452

Please sign in to comment.