Skip to content

Commit

Permalink
fix: change name to slangroom fs packageduring import
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-cristino committed Jun 15, 2024
1 parent 54dac04 commit e9d9ad9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/chain.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import fs from 'fs';

import { Slangroom } from '@slangroom/core';
import { fs } from '@slangroom/fs';
import { fs as slangroomfs } from '@slangroom/fs';
import { git } from '@slangroom/git';
import { helpers } from '@slangroom/helpers';
import { http } from '@slangroom/http';
Expand All @@ -16,7 +16,7 @@ import { wallet } from '@slangroom/wallet';
import { zencode } from '@slangroom/zencode';

const slang = new Slangroom(
fs,
slangroomfs,
git,
helpers,
http,
Expand Down

0 comments on commit e9d9ad9

Please sign in to comment.