Fix typescript build errors

This commit is contained in:
dyzulk
2026-01-16 17:45:23 +07:00
parent 1e1222be1f
commit 68440ec931
2 changed files with 1 additions and 3 deletions

View File

@@ -1,6 +1,4 @@
import { Link } from 'react-router-dom'
import { ExternalLink, Github } from 'lucide-react'
import { cn } from '@/lib/utils'
interface ProjectCardProps {
project: any // Type this properly later

View File

@@ -1,5 +1,5 @@
import { createContext, useContext, useEffect, useState } from 'react'
import { Session, User } from '@supabase/supabase-js'
import { type Session, type User } from '@supabase/supabase-js'
import { supabase } from '@/lib/supabase'
interface AuthContextType {