Skip to content

Commit

Permalink
fix(get): missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Mar 30, 2024
1 parent 698ecd5 commit bd2273a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/get/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import fs from "node:fs";
import path from "node:path";
import url from "node:url";

import decompress from "./decompress.js";
import ffmpeg from "./ffmpeg.js";
Expand Down

0 comments on commit bd2273a

Please sign in to comment.