Skip to content

Commit

Permalink
Remove unused code and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
walnuts1018 committed Jan 25, 2024
1 parent 6e0d8ab commit ef38287
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions src/app/components/Cards/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,12 @@ export const hatenaTheme: CardTheme = {
export function Card({
title,
description,
image,
icon,
theme,
href,
}: {
title: string
description?: string
image?: string
icon?: 'github' | 'zenn' | 'hatena' | 'sizu'
theme?: CardTheme
href: string
Expand Down
2 changes: 0 additions & 2 deletions src/app/components/Decoration.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import Image from 'next/image'

export function UpperDecoration({
className,
innerClassName,
Expand Down
1 change: 0 additions & 1 deletion src/app/components/GitHub.tsx

This file was deleted.

0 comments on commit ef38287

Please sign in to comment.