Skip to content

Commit

Permalink
remove MUI from navBar, it gave preview issues
Browse files Browse the repository at this point in the history
  • Loading branch information
SlowMiata authored and bryanreiter committed Dec 8, 2023
1 parent 1a95813 commit 38cbea2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/AccountComponents/Account.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { useState,useEffect, useRef } from "react";
import './Account.scss'
import SideBar from "./Sidebar";
import FaceIcon from '@mui/icons-material/Face';
import UserPreferences from "../UserPreferences";
import bcrypt from 'bcryptjs';
import {render} from 'react-dom';

Expand Down

0 comments on commit 38cbea2

Please sign in to comment.