From 111900c1220f43f36d4f31965c15a6aea2f61c18 Mon Sep 17 00:00:00 2001 From: Florian Schroedl Date: Mon, 24 Jun 2024 14:23:28 +0200 Subject: [PATCH] Cleanup --- frontend/test/token_tests/style_dictionary_test.cljs | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/test/token_tests/style_dictionary_test.cljs b/frontend/test/token_tests/style_dictionary_test.cljs index 5506cb8d74..ff03ba16c8 100644 --- a/frontend/test/token_tests/style_dictionary_test.cljs +++ b/frontend/test/token_tests/style_dictionary_test.cljs @@ -3,6 +3,7 @@ ;; file, You can obtain one at http://mozilla.org/MPL/2.0/. ;; ;; Copyright (c) KALEIDOS INC + (ns token-tests.style-dictionary-test (:require [app.main.ui.workspace.tokens.style-dictionary :as wtsd]