mirror of
https://github.com/dyzulk/dyzulk.github.io.git
synced 2026-01-26 05:45:28 +07:00
Fix typescript build errors
This commit is contained in:
@@ -1,6 +1,4 @@
|
|||||||
import { Link } from 'react-router-dom'
|
|
||||||
import { ExternalLink, Github } from 'lucide-react'
|
import { ExternalLink, Github } from 'lucide-react'
|
||||||
import { cn } from '@/lib/utils'
|
|
||||||
|
|
||||||
interface ProjectCardProps {
|
interface ProjectCardProps {
|
||||||
project: any // Type this properly later
|
project: any // Type this properly later
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import { createContext, useContext, useEffect, useState } from 'react'
|
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'
|
import { supabase } from '@/lib/supabase'
|
||||||
|
|
||||||
interface AuthContextType {
|
interface AuthContextType {
|
||||||
|
|||||||
Reference in New Issue
Block a user