Skip to content

Commit

Permalink
Update User.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Oct 5, 2023
1 parent a4c404a commit 0777645
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion backend/src/pages/User.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
import React, { useState, useEffect } from 'react'
import {
Typography, IconButton, Button, Dialog, DialogTitle, DialogContent, DialogActions, Tooltip
Typography,
IconButton,
Button,
Dialog,
DialogTitle,
DialogContent,
DialogActions,
Tooltip
} from '@mui/material'
import { Edit as EditIcon, Delete as DeleteIcon } from '@mui/icons-material'
import { useNavigate } from 'react-router-dom'
Expand Down

0 comments on commit 0777645

Please sign in to comment.