alpha
Login
or
Join now
atpota.to
/
cred.blue
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fix supabase client link
author
damedotblog
date
1 year ago
(Feb 27, 2025, 4:15 PM -0500)
commit
ddc2617e
ddc2617ecf7df30fa1cffcfddcb6dfdf95a872f7
parent
f9e0b751
f9e0b751bbacc8dd8b994cece598f4543c59e5ae
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
src
components
Resources
Resources.js
+1
-1
src/components/Resources/Resources.js
Reviewed
···
2
2
import React, { useState, useEffect, useMemo } from 'react';
3
3
import './Resources.css';
4
4
import ResourceLoader from './ResourceLoader';
5
5
-
import { supabase } from '../../lib/supabaseClient';
5
5
+
import { supabase } from '../../lib/supabase';
6
6
7
7
const Resources = () => {
8
8
// State management