From bd0fcf795db9a41520f11d8cec60a73431ace61d Mon Sep 17 00:00:00 2001 From: yann300 Date: Mon, 30 Oct 2023 10:22:44 +0100 Subject: [PATCH] add file from template --- libs/remix-ws-templates/src/templates/playground/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/remix-ws-templates/src/templates/playground/index.ts b/libs/remix-ws-templates/src/templates/playground/index.ts index c3a7fc6f7f..52e33a5a43 100644 --- a/libs/remix-ws-templates/src/templates/playground/index.ts +++ b/libs/remix-ws-templates/src/templates/playground/index.ts @@ -1,7 +1,7 @@ export default async () => { return { // @ts-ignore - //'contracts/helloWorld.sol': (await import('raw-loader!./contracts/helloWorld.sol')).default, + 'contracts/helloWorld.sol': (await import('raw-loader!./contracts/helloWorld.sol')).default, // @ts-ignore 'scripts/deploy_with_ethers.ts': (await import('!!raw-loader!./scripts/deploy_with_ethers.ts')).default, // @ts-ignore