Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubidumdu committed May 15, 2024
1 parent ff20d8f commit 1390189
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/app/posts/[postId]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import Post from '@/app/components/Post';
import TopBar from '@/app/components/TopBar';
import { Metadata } from 'next';
import Comment from '@/app/components/Comment';
import Background from '@/app/components/Background';

type PageProps = {
params: {
Expand Down
1 change: 0 additions & 1 deletion src/app/projects/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Metadata } from 'next';
import Background from '../components/Background';
import { ProjectCardProps } from '../components/ProjectCard';
import ProjectCardList from '../components/ProjectCardList';
import TopBar from '../components/TopBar';
Expand Down

0 comments on commit 1390189

Please sign in to comment.