Skip to content

Commit

Permalink
Update utils/staticHelpers.js
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatnema authored Mar 4, 2024
1 parent 15ebef4 commit fa4fd9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/staticHelpers.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { getPostBySlug, getAllPosts } from './api';
import moment from 'moment';
// import markdownToHtml from './markdownToHtml'

export function getStaticPropsHelper(path) {
return async function getStaticProps({ params }) {
Expand Down

0 comments on commit fa4fd9a

Please sign in to comment.