From 2859111d7207ce2b2e50de208ef4445c7317f5f1 Mon Sep 17 00:00:00 2001 From: Clement DEJOIE Date: Thu, 14 Mar 2024 12:07:15 +0100 Subject: [PATCH] =?UTF-8?q?=20=E2=99=BB=EF=B8=8F=20Change=20index.ts=20imp?= =?UTF-8?q?ort=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.ts b/index.ts index 2df31ec..429f3c9 100644 --- a/index.ts +++ b/index.ts @@ -1,3 +1,3 @@ -import tokens from "./src/Tokens"; +import tokens from "./src"; export {tokens};