added supabase

This commit is contained in:
Austin
2026-02-20 09:12:47 -06:00
parent 3c293159ff
commit 76f1241761
54 changed files with 3162 additions and 445 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
'use client';
import React, { useEffect, useState } from 'react';
import { supabase } from '@/utils/supabase';
import { createClient } from '@/utils/supabase/client';
const supabase = createClient();
import { PostMetadata } from '@/types';
interface AuthorProfile {