Skip to content

Commit

Permalink
fix(imports): update to use indexed imports from warp
Browse files Browse the repository at this point in the history
  • Loading branch information
Atticus committed Mar 25, 2024
1 parent 32eebbc commit 1242568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/smartweave.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import Arweave from 'arweave';
import { EvaluationManifest } from 'warp-contracts/web';
import { EvaluationManifest } from 'warp-contracts';

import { SortKey } from '../common.js';
import { SORT_KEY_REGEX } from '../constants.js';
Expand Down

0 comments on commit 1242568

Please sign in to comment.