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
again
author
damedotblog
date
1 year ago
(Feb 27, 2025, 4:17 PM -0500)
commit
c763b8fb
c763b8fbbedce078298caf261b8a4560b05932ae
parent
ddc2617e
ddc2617ecf7df30fa1cffcfddcb6dfdf95a872f7
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
src
components
Admin
ResourcesManager.js
+1
-1
src/components/Admin/ResourcesManager.js
Reviewed
···
1
1
// src/components/Admin/ResourcesManager.jsx
2
2
import React, { useState, useEffect } from 'react';
3
3
-
import { supabase } from '../../lib/supabaseClient';
3
3
+
import { supabase } from '../../lib/supabase';
4
4
import './ResourcesManager.css';
5
5
6
6
const ResourcesManager = () => {