From 8496de3c841f3c8af39eb833c971d4102ca5c495 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Mon, 19 Feb 2024 22:23:25 +0100 Subject: [PATCH] #1 [Ticket] Cleanup --- Code_Standards | 2 +- app/assets/app.ts | 10 +--------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/Code_Standards b/Code_Standards index e39bf1b..e3ffebf 160000 --- a/Code_Standards +++ b/Code_Standards @@ -1 +1 @@ -Subproject commit e39bf1b8cad84f838e1c1f8df1f299d223d4582a +Subproject commit e3ffebf2f07f0190213520e0bbc10e589c449e7b diff --git a/app/assets/app.ts b/app/assets/app.ts index fc0e52e..4df35e1 100644 --- a/app/assets/app.ts +++ b/app/assets/app.ts @@ -1,9 +1 @@ -/* - * Welcome to your app's main JavaScript file! - * - * We recommend including the built version of this JavaScript file - * (and its CSS file) in your base layout (base.html.twig). - */ - -// any CSS you import will output into a single css file (app.css in this case) -import './styles/app.scss'; +import './styles/app.scss'; \ No newline at end of file