mirror of
https://github.com/silvanocerza/github-gitless-sync.git
synced 2026-07-22 12:10:28 +00:00
Remove unnecessary import
This commit is contained in:
parent
a7995fc9a7
commit
cd577d5751
1 changed files with 0 additions and 1 deletions
|
|
@ -3,7 +3,6 @@ import GithubClient, { TreeItem } from "./github/client";
|
|||
import MetadataStore, { FileMetadata } from "./metadata-store";
|
||||
import EventsListener from "./events/listener";
|
||||
import EventsConsumer from "./events/consumer";
|
||||
import { type Event } from "./events/types";
|
||||
import { GitHubSyncSettings } from "./settings/settings";
|
||||
|
||||
export default class SyncManager {
|
||||
|
|
|
|||
Loading…
Reference in a new issue