Skip to content

Commit

Permalink
fixed deployment issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MAVRICK-1 committed Jul 27, 2024
1 parent 975a42b commit 2e74fb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/header/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import FavoriteBorderOutlinedIcon from '@mui/icons-material/FavoriteBorderOutlin
import SettingsOutlinedIcon from '@mui/icons-material/SettingsOutlined';
import LogoutOutlinedIcon from '@mui/icons-material/LogoutOutlined';

import { ClickAwayListener } from '@mui/base/ClickAwayListener';
import { ClickAwayListener } from '@mui/material';

import Nav from './nav/nav';
import { Link, useNavigate } from 'react-router-dom';
Expand Down
2 changes: 1 addition & 1 deletion src/components/selectDrop/select.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useEffect, useState } from 'react';
import '../selectDrop/select.css';
import KeyboardArrowDownIcon from '@mui/icons-material/KeyboardArrowDown';
import { ClickAwayListener } from '@mui/base/ClickAwayListener';
import { ClickAwayListener } from '@mui/material';
import { FamilyRestroomTwoTone } from '@mui/icons-material';

const Select = ({ data, placeholder, icon }) => {
Expand Down

0 comments on commit 2e74fb0

Please sign in to comment.