From bd6e335248e4d789e17abb4a4a5fbd8e2b29aac6 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Fri, 25 Aug 2023 23:58:00 -0400 Subject: [PATCH] Removes unused import --- src/webviews/apps/shared/components/commit/commit-identity.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webviews/apps/shared/components/commit/commit-identity.ts b/src/webviews/apps/shared/components/commit/commit-identity.ts index ee8990d..331e97c 100644 --- a/src/webviews/apps/shared/components/commit/commit-identity.ts +++ b/src/webviews/apps/shared/components/commit/commit-identity.ts @@ -1,5 +1,5 @@ import { css, html, LitElement } from 'lit'; -import { customElement, property, state } from 'lit/decorators.js'; +import { customElement, property } from 'lit/decorators.js'; import '../code-icon'; import '../formatted-date';