Initial commit
This commit is contained in:
5
client/src/components/DeletePopup.jsx
Normal file
5
client/src/components/DeletePopup.jsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { withPopup } from '../lib/popup';
|
||||
|
||||
import DeleteStep from './DeleteStep';
|
||||
|
||||
export default withPopup(DeleteStep);
|
||||
Reference in New Issue
Block a user