added supabase

This commit is contained in:
Austin
2026-02-20 09:12:47 -06:00
parent ecbc399ec4
commit b54ad064ff
54 changed files with 3162 additions and 445 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
"use client"
import { supabase } from '@/utils/supabase';
import { createClient } from '@/utils/supabase/client';
const supabase = createClient();
import React, { useState, useEffect } from 'react';
interface CommentFormProps {