Skip to content

Commit

Permalink
refactor(clean): remove unused imports on `src/app/(blog)/tag/[tag]/p…
Browse files Browse the repository at this point in the history
…age.tsx`
  • Loading branch information
mateusfg7 committed May 10, 2023
1 parent 18e5cb2 commit c1cd49a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/(blog)/tag/[tag]/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from 'react'
import type { Metadata } from 'next'

import { Header } from 'components/Header'
import { KnowledgeList } from 'components/KnowledgeList'

import { getUniqueTagListFromPosts, getPostListBasedOnTag } from 'lib/tags'
Expand Down

0 comments on commit c1cd49a

Please sign in to comment.