Skip to content

Commit

Permalink
remove old files
Browse files Browse the repository at this point in the history
  • Loading branch information
HoaAyWK committed Nov 17, 2022
1 parent bc3ce38 commit b84e2f9
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 1,099 deletions.
59 changes: 0 additions & 59 deletions src/app/slices/feedbackSlice.js

This file was deleted.

54 changes: 0 additions & 54 deletions src/app/slices/offerSlice.js

This file was deleted.

84 changes: 0 additions & 84 deletions src/app/slices/userSlice.js

This file was deleted.

8 changes: 0 additions & 8 deletions src/app/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,9 @@ import authReducer from './slices/authSlice';
import jobReducer from './slices/jobSlice';
import messageReducer from './slices/messageSlice';
import categoryReducer from './slices/categorySlice';
import userReducer from './slices/userSlice';
import packagesReducer from './slices/packagesSlice';
import paymentReducer from './slices/paymentSlice';
import statisticReducer from './slices/statisticSlice';
import feedbackReducer from './slices/feedbackSlice';
import commentReducer from './slices/commentSlice';
import offerReducer from './slices/offerSlice';
import transactionReducer from './slices/transactionSlice';
import skillReducer from './slices/skillSlice';
import freelancerReducer from './slices/freelancerSlice';
Expand All @@ -22,13 +18,9 @@ export const store = configureStore({
jobs: jobReducer,
message: messageReducer,
categories: categoryReducer,
users: userReducer,
packages: packagesReducer,
payments: paymentReducer,
statistic: statisticReducer,
feedbacks: feedbackReducer,
comments: commentReducer,
offers: offerReducer,
transactions: transactionReducer,
skills: skillReducer,
freelancers: freelancerReducer,
Expand Down
4 changes: 1 addition & 3 deletions src/layouts/dashboard/DashboardNavbar.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useEffect } from 'react';
import React from 'react';
import { alpha, styled } from '@mui/material/styles';
import { Box, Stack, AppBar, Toolbar, IconButton } from '@mui/material';
import PropTypes from 'prop-types';
Expand All @@ -7,7 +7,6 @@ import PropTypes from 'prop-types';
import Iconify from '../../components/Iconify';
import Searchbar from './Searchbar';
import AccountPopover from './AccountPopover';
import NotificationsPopover from './NotificationsPopover';

const DRAWER_WIDTH = 280;
const APPBAR_MOBILE = 64;
Expand Down Expand Up @@ -43,7 +42,6 @@ const DashboardNavbar = ({ onOpenSidebar, user }) => {
<Box sx={{ flexGrow: 1 }} />

<Stack direction="row" alignItems="center" spacing={{ xs: 0.5, sm: 1.5 }}>
<NotificationsPopover />
<AccountPopover user={user} />
</Stack>
</ToolbarStyle>
Expand Down
50 changes: 0 additions & 50 deletions src/pages/CreateCategory.jsx

This file was deleted.

Loading

0 comments on commit b84e2f9

Please sign in to comment.