From 037a9b5b3e0c4ce05c398d8bfc5695323eae385d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Tue, 13 Jan 2026 19:14:58 +0700 Subject: [PATCH] Remove Welcome page --- app/templates/application.gjs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/app/templates/application.gjs b/app/templates/application.gjs index 7bf19a8..6b7e881 100644 --- a/app/templates/application.gjs +++ b/app/templates/application.gjs @@ -1,12 +1,7 @@ import { pageTitle } from 'ember-page-title'; -import { WelcomePage } from 'ember-welcome-page';