Skip to content

Commit 9cac452

Browse files
committed
fix: corregir importación de useRelay en App.jsx
1 parent f3da1f5 commit 9cac452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { useState, useEffect, useMemo, useRef } from 'react';
2-
import { useRelay } from './hooks/usePasarela';
2+
import { useRelay } from './hooks/useRelay';
33
import './App.css';
44

55
const SESSION_ID = localStorage.getItem('colaSession') || (() => {

0 commit comments

Comments
 (0)