Skip to content

Commit

Permalink
updates from rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
timbot1789 committed Jul 10, 2023
1 parent 2c13021 commit 7368c22
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 188 deletions.
182 changes: 0 additions & 182 deletions src/components/Clients/AddClient.jsx

This file was deleted.

2 changes: 1 addition & 1 deletion src/components/Clients/AddClientModal.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// React Imports
import React, { useContext, useState } from 'react';
import { useSession, useStatusNotification, useField } from '@hooks';
import { useStatusNotification } from '@hooks';
// Material UI Imports
import Button from '@mui/material/Button';
import CheckIcon from '@mui/icons-material/Check';
Expand Down
2 changes: 0 additions & 2 deletions src/components/NavBar/NavMenu.jsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// React Imports
import React from 'react';
import { NavLink } from 'react-router-dom';
// Inrupt Library Imports
import { useSession } from '@hooks';
// Material UI Imports
import Avatar from '@mui/material/Avatar';
import Button from '@mui/material/Button';
Expand Down
2 changes: 1 addition & 1 deletion src/components/Profile/ProfileImageField.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// React Imports
import React, { useContext, useState } from 'react';
// Inrupt Imports
import { useSession } from '@inrupt/solid-ui-react';
import { useSession } from '@hooks';
// Material UI Imports
import Avatar from '@mui/material/Avatar';
import Box from '@mui/material/Box';
Expand Down
3 changes: 1 addition & 2 deletions src/pages/Profile.jsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
// React Imports
import React, { useContext, useEffect, useState } from 'react';
import { useLocation } from 'react-router-dom';
// Inrupt Imports
import { useSession } from '@inrupt/solid-ui-react';
import { useSession } from '@hooks';
// Material UI Imports
import Box from '@mui/material/Box';
import Button from '@mui/material/Button';
Expand Down

0 comments on commit 7368c22

Please sign in to comment.