Skip to content

Commit

Permalink
correct
Browse files Browse the repository at this point in the history
  • Loading branch information
barbalex committed Jun 14, 2024
1 parent 26ae6d7 commit 796e421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Deletions/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import TextField from '@mui/material/TextField'
import { observer } from 'mobx-react-lite'
import { useApolloClient } from '@apollo/client'

import undelete from './undelete/index.js'
import undelete from './undelete/index.jsx'
import storeContext from '../../storeContext.js'
import ErrorBoundary from '../shared/ErrorBoundary.jsx'

Expand Down

0 comments on commit 796e421

Please sign in to comment.