Skip to content

Instantly share code, notes, and snippets.

View fabiantecrea's full-sized avatar

fabiantecrea

  • Joined May 10, 2026
View GitHub Profile
import React from 'react';
import { STATUSES } from './data/mockData.js';
import { supabase } from './supabase.js';
const COLORS = {
bg: "#0F1A14",
surface: "#1B3A2D",
surface2: "#162F24",
surfaceLight: "#224436",
gold: "#C9A84C",