Skip to content

Commit

Permalink
Update UserList.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Oct 5, 2023
1 parent 0efd2f6 commit f82acfa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion backend/src/components/UserList.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import React, { useState, useEffect } from 'react'
import {
DataGrid, frFR, enUS, GridColDef
DataGrid,
frFR,
enUS,
GridColDef
} from '@mui/x-data-grid'
import {
Tooltip,
Expand Down

0 comments on commit f82acfa

Please sign in to comment.