From e62dac276aaab17f4474e513565325cdaaf8327d Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Thu, 19 Feb 2026 17:05:41 +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 36fcbd4f..c77d89b3 100644 --- a/common/tests/unit/socials.test.ts +++ b/common/tests/unit/socials.test.ts @@ -1,5 +1,5 @@ import {getSocialUrl, strip} from 'common/socials' -import {discordLink} from "common/src/constants"; +import {discordLink} from "common/constants" describe('strip', () => { describe('x/twitter', () => {