diff --git a/src/webviews/apps/plus/workspaces/components/issue-row.ts b/src/webviews/apps/plus/workspaces/components/issue-row.ts index a4446d0..213392c 100644 --- a/src/webviews/apps/plus/workspaces/components/issue-row.ts +++ b/src/webviews/apps/plus/workspaces/components/issue-row.ts @@ -1,4 +1,4 @@ -import { css, customElement, FASTElement, html, observable, ref, volatile, when } from '@microsoft/fast-element'; +import { css, customElement, FASTElement, html, observable, volatile, when } from '@microsoft/fast-element'; import type { IssueShape } from '../../../../../git/models/issue'; import { fromNow } from '../../../../../system/date'; import { focusOutline, srOnly } from '../../../shared/components/styles/a11y'; diff --git a/src/webviews/apps/plus/workspaces/components/plus-content.ts b/src/webviews/apps/plus/workspaces/components/plus-content.ts index e38ec68..c5bf132 100644 --- a/src/webviews/apps/plus/workspaces/components/plus-content.ts +++ b/src/webviews/apps/plus/workspaces/components/plus-content.ts @@ -1,7 +1,7 @@ -import { attr, css, customElement, FASTElement, html, observable, volatile, when } from '@microsoft/fast-element'; +import { css, customElement, FASTElement, html, observable, volatile, when } from '@microsoft/fast-element'; import type { Subscription } from '../../../../../subscription'; import { SubscriptionState } from '../../../../../subscription'; -import { focusOutline, srOnly } from '../../../shared/components/styles/a11y'; +import { focusOutline } from '../../../shared/components/styles/a11y'; import { elementBase } from '../../../shared/components/styles/base'; import '../../../shared/components/code-icon'; diff --git a/src/webviews/apps/plus/workspaces/components/pull-request-row.ts b/src/webviews/apps/plus/workspaces/components/pull-request-row.ts index 7ca9d9e..2d20da8 100644 --- a/src/webviews/apps/plus/workspaces/components/pull-request-row.ts +++ b/src/webviews/apps/plus/workspaces/components/pull-request-row.ts @@ -1,14 +1,14 @@ -import { css, customElement, FASTElement, html, observable, ref, volatile, when } from '@microsoft/fast-element'; +import { css, customElement, FASTElement, html, observable, volatile, when } from '@microsoft/fast-element'; import type { PullRequestShape } from '../../../../../git/models/pullRequest'; import { fromNow } from '../../../../../system/date'; import { focusOutline, srOnly } from '../../../shared/components/styles/a11y'; import { elementBase } from '../../../shared/components/styles/base'; +import { fromDateRange } from './helpers'; import '../../../shared/components/table/table-cell'; import '../../../shared/components/avatars/avatar-item'; import '../../../shared/components/avatars/avatar-stack'; import '../../../shared/components/code-icon'; import './git-avatars'; -import { fromDateRange } from './helpers'; const template = html`