diff --git a/src/components/relative-time/relative-time.test.ts b/src/components/relative-time/relative-time.test.ts index 3451c3d96..43e935c4f 100644 --- a/src/components/relative-time/relative-time.test.ts +++ b/src/components/relative-time/relative-time.test.ts @@ -1,5 +1,4 @@ import { expect, fixture, html } from '@open-wc/testing'; -import { LocalizeController } from '@shoelace-style/localize'; import sinon from 'sinon'; import type WaRelativeTime from './relative-time.js';