From d9f6920331a0f274f1d6227c2af74d6dbfe84aa2 Mon Sep 17 00:00:00 2001 From: David Cho-Lerat <117642976+david-cho-lerat-sonarsource@users.noreply.github.com> Date: Tue, 22 Oct 2024 15:19:18 +0200 Subject: SONAR-23206 Remove design-system build to have it as normal code inside sonar-web (#12088) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Grégoire Aubert Co-authored-by: Jeremy Davis --- server/sonar-web/src/main/js/api/messages.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'server/sonar-web/src/main/js/api/messages.ts') diff --git a/server/sonar-web/src/main/js/api/messages.ts b/server/sonar-web/src/main/js/api/messages.ts index 983ae9a2715..deee9b7a5b7 100644 --- a/server/sonar-web/src/main/js/api/messages.ts +++ b/server/sonar-web/src/main/js/api/messages.ts @@ -17,6 +17,7 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + import { throwGlobalError } from '~sonar-aligned/helpers/error'; import { getJSON } from '~sonar-aligned/helpers/request'; import { post } from '../helpers/request'; -- cgit v1.2.3