Skip to content

Commit

Permalink
fix: add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroferreira1 committed Dec 9, 2024
1 parent cedf043 commit 0d4c26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sagas/nanoContract.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {
import nanoUtils from '../utils/nanoContracts';
import { NANO_CONTRACT_DETAIL_STATUS } from '../constants';

import { all, call, put, select, takeEvery } from 'redux-saga/effects';
import { all, call, delay, put, select, takeEvery } from 'redux-saga/effects';

export const NANOCONTRACT_REGISTER_STATUS = {
LOADING: 'loading',
Expand Down

0 comments on commit 0d4c26a

Please sign in to comment.