From b335e9600fc2ca719376160bc5bca77131c14b1a Mon Sep 17 00:00:00 2001 From: rindeal Date: Thu, 5 Sep 2024 15:13:57 +0200 Subject: [PATCH] Update index.ts --- src/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/index.ts b/src/index.ts index 58846cd..e5db595 100644 --- a/src/index.ts +++ b/src/index.ts @@ -4,11 +4,11 @@ * SPDX-License-Identifier: GPL-3.0-only OR GPL-2.0-only */ -import { Repo , RefDiff } from './repo' +import { Repo , RefDiff } from './Repo' -export { Logger } from './logger' -export { Repo , RefDiff , ZeroRefs , RefCountMismatch , RefNotFound , HashMismatch } from './repo' +export { Logger } from './Logger' +export { Repo , RefDiff , ZeroRefs , RefCountMismatch , RefNotFound , HashMismatch } from './Repo' export async function refsDiffer(sourceUrl: string, targetUrl: string): Promise {