Skip to content

Commit

Permalink
chore(examples): fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 authored and Kikobeats committed Oct 24, 2022
1 parent bc5d7f0 commit 2008dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cms-sitefinity/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import MoreStories from '../components/more-stories'
import HeroPost from '../components/hero-post'
import Intro from '../components/intro'
import Layout from '../components/layout'
import { getAllPostsFromCms, getAllPostSlugsFromCms } from '../lib/api'
import { getAllPostsFromCms } from '../lib/api'
import Head from 'next/head'
import { CMS_NAME } from '../lib/constants'
import Post from '../interfaces/post'
Expand Down

0 comments on commit 2008dbd

Please sign in to comment.