Skip to content

Commit

Permalink
Chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
y-solb committed Jul 6, 2024
1 parent 2977313 commit 384cd40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/(portfolio)/[username]/page.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import Portfolio from '@/containers/portfolio/Portfolio'
import { fetchPortfolio } from '@/fetch/fetchPortfolio'
// import { fetchPortfolio } from '@/fetch/fetchPortfolio'
import { removeTagsText } from '@/lib/utils'
import { Metadata } from 'next'
import { notFound } from 'next/navigation'
// import { notFound } from 'next/navigation'

type Props = {
params: { username: string }
Expand Down

0 comments on commit 384cd40

Please sign in to comment.