From da80e6a1ae896fa0a691ee9500f8d6af484ae395 Mon Sep 17 00:00:00 2001 From: jmsche Date: Mon, 25 Aug 2025 21:30:28 +0200 Subject: [PATCH] Remove unneeded files --- fixtures/bootstrap.js | 3 --- fixtures/say-hello.ts | 4 ---- 2 files changed, 7 deletions(-) delete mode 100644 fixtures/bootstrap.js delete mode 100644 fixtures/say-hello.ts diff --git a/fixtures/bootstrap.js b/fixtures/bootstrap.js deleted file mode 100644 index c16eaa3..0000000 --- a/fixtures/bootstrap.js +++ /dev/null @@ -1,3 +0,0 @@ -import { startStimulusApp} from '@symfony/stimulus-bundle'; - -const app=startStimulusApp(); \ No newline at end of file diff --git a/fixtures/say-hello.ts b/fixtures/say-hello.ts deleted file mode 100644 index 5307d1f..0000000 --- a/fixtures/say-hello.ts +++ /dev/null @@ -1,4 +0,0 @@ -export function sayHello(message : string) : void -{ - console.log('Hello, '+message+'!'); -} \ No newline at end of file