Skip to content

Commit

Permalink
Remove unused local filesystem types
Browse files Browse the repository at this point in the history
Signed-off-by: worksofliam <mrliamallan@live.co.uk>
  • Loading branch information
worksofliam committed Jan 21, 2025
1 parent 3604763 commit 3c0cefb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions src/filesystems/local/types.ts

This file was deleted.

3 changes: 1 addition & 2 deletions src/typings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ export interface DeploymentParameters {
export type EditorPath = string | { fsPath: string };

export * from "./api/types";
export * from "./ui/types";
export * from "./filesystems/local/types";
export * from "./ui/types";

0 comments on commit 3c0cefb

Please sign in to comment.