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 4, 2024
1 parent c7ab8c0 commit f29c14b
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 f29c14b

Please sign in to comment.