Skip to content

Commit

Permalink
fix: Utils 빠졌던 Post import문 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
phnml1 committed May 1, 2024
1 parent 77fe95b commit 4f4e365
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions utils/Utils.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Post } from '@/.contentlayer/generated';

import { Post } from "@/types";
export const cls = (...classnames: string[]) => {
return classnames.join(' ');
};
Expand Down

0 comments on commit 4f4e365

Please sign in to comment.