From a87e93a400bc963c8349a8a979996eb85c077f4a Mon Sep 17 00:00:00 2001 From: Connor Clark Date: Wed, 12 Jun 2024 14:25:11 -0700 Subject: [PATCH] can remove that empty module now --- core/lib/lantern/types/lantern.js | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 core/lib/lantern/types/lantern.js diff --git a/core/lib/lantern/types/lantern.js b/core/lib/lantern/types/lantern.js deleted file mode 100644 index 2740c5b56c64..000000000000 --- a/core/lib/lantern/types/lantern.js +++ /dev/null @@ -1,7 +0,0 @@ -/** - * @license - * Copyright 2024 Google LLC - * SPDX-License-Identifier: Apache-2.0 - */ - -export {};