Skip to content

Commit

Permalink
fix: 🐛 Minor Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoannis Sánchez Soto committed Nov 16, 2024
1 parent 1a97f3e commit 8fe8dfd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import { siteConfig } from "@/config/site"
import { fontMuseo, fontSans } from "@/lib/fonts"
import { cn } from "@/lib/utils"
import { Toaster } from "@/components/ui/sonner"
import { Footer } from "@/components/footer"
import { SiteHeader } from "@/components/site-header"
import { TailwindIndicator } from "@/components/tailwind-indicator"
import { ThemeProvider } from "@/components/theme-provider"

Expand Down
2 changes: 1 addition & 1 deletion components/icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
type Icon as LucideIcon,
} from "lucide-react"

export type Icon = LucideIcon
export type Icon = typeof LucideIcon

export const Icons = {
sun: SunMedium,
Expand Down

0 comments on commit 8fe8dfd

Please sign in to comment.