diff --git a/src/components/relative-time/relative-time.test.ts b/src/components/relative-time/relative-time.test.ts index fcd05589..68218bb1 100644 --- a/src/components/relative-time/relative-time.test.ts +++ b/src/components/relative-time/relative-time.test.ts @@ -1,6 +1,5 @@ import '../../../dist/shoelace.js'; import { expect, fixture, html } from '@open-wc/testing'; -import { LocalizeController } from '@shoelace-style/localize'; import sinon from 'sinon'; import type SlRelativeTime from './relative-time.js';