larxius commited on
Commit
4e2e25e
·
verified ·
1 Parent(s): 44cd222

Update frontend/src/pages/Settings.jsx

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