Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed May 24, 2024
1 parent 5fa8240 commit f3454e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

import {config} from "@onflow/fcl"
import {flowConfig, getConfigPath} from "./flow-config"
import path from "path"
import fs from "fs"

const DEFAULT_COMPUTE_LIMIT = 9999

Expand Down

0 comments on commit f3454e0

Please sign in to comment.