larxius commited on
Commit
78581ad
·
verified ·
1 Parent(s): 211c31a

Update frontend/src/pages/Profile.jsx

Browse files
Files changed (1) hide show
  1. frontend/src/pages/Profile.jsx +1 -1
frontend/src/pages/Profile.jsx CHANGED
@@ -1,4 +1,4 @@
1
- import React, { useState, useEffect, useRef } from 'react';
2
  import { useAuth } from '../components/AuthContext';
3
  import { getInitials } from '../components/Layout';
4
  import { toast } from 'react-hot-toast';
 
1
+ import { useState, useEffect, useRef } from 'react';
2
  import { useAuth } from '../components/AuthContext';
3
  import { getInitials } from '../components/Layout';
4
  import { toast } from 'react-hot-toast';