Skip to content

Commit cdfc2bd

Browse files
committed
Removed import statements
1 parent b4c58c0 commit cdfc2bd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/gdrive.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import type { Backend, InodeLike } from '@zenfs/core';
22
import { encodeRaw, Errno, ErrnoError, Stats } from '@zenfs/core';
33
import { S_IFDIR, S_IFREG } from '@zenfs/core/emulation/constants.js';
44
import { basename, dirname, join } from '@zenfs/core/emulation/path.js';
5-
import 'gapi';
6-
import 'gapi.client.drive-v3';
75
import { CloudFS, type CloudFSOptions } from './cloudfs.js';
86

97
type DriveError = Error & { code?: number };

0 commit comments

Comments
 (0)