From c05af9ffcb1380d42910eae1c42354c422074986 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Thu, 19 Feb 2026 17:02:13 +0100 Subject: [PATCH] Fix --- common/tests/unit/socials.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/tests/unit/socials.test.ts b/common/tests/unit/socials.test.ts index fe85cf87..36fcbd4f 100644 --- a/common/tests/unit/socials.test.ts +++ b/common/tests/unit/socials.test.ts @@ -1,4 +1,4 @@ -import {getSocialUrl, strip} from '../../src/socials' +import {getSocialUrl, strip} from 'common/socials' import {discordLink} from "common/src/constants"; describe('strip', () => {