From f72f08665e08755a17f236d8ec4e27dd85208aea Mon Sep 17 00:00:00 2001 From: Gabriel Grubba Date: Tue, 8 Nov 2022 09:54:24 -0300 Subject: [PATCH] fixed single quote in index.ts --- tools/static-assets/scaffolds-ts/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/static-assets/scaffolds-ts/index.ts b/tools/static-assets/scaffolds-ts/index.ts index 3557535d10..ccfc548f4e 100644 --- a/tools/static-assets/scaffolds-ts/index.ts +++ b/tools/static-assets/scaffolds-ts/index.ts @@ -1,2 +1,2 @@ -export * from "./collection"; -export * from "./methods"; +export * from './collection'; +export * from './methods';