fix import

This commit is contained in:
Simon Knott 2024-12-16 14:55:42 +01:00
parent 0b139f1b9e
commit 98d61385ef
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -22,7 +22,7 @@ import { extract } from '../../zipBundle';
import type http from 'http'; import type http from 'http';
import { pipeline } from 'stream/promises'; import { pipeline } from 'stream/promises';
import { createBrotliDecompress } from 'zlib'; import { createBrotliDecompress } from 'zlib';
import { TarExtractor } from 'playwright-core/lib/utils/tar'; import { TarExtractor } from '../../utils/tar';
export type DownloadParams = { export type DownloadParams = {
title: string; title: string;