From e4f15a312d644e3a551a66fb4aec76053040c176 Mon Sep 17 00:00:00 2001 From: Brian Andersen Date: Fri, 4 Aug 2023 21:40:26 +0200 Subject: [PATCH] CLEAN UP Startup --- juultimesedler-be/Startup.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/juultimesedler-be/Startup.cs b/juultimesedler-be/Startup.cs index 65b6aff..ee0d852 100644 --- a/juultimesedler-be/Startup.cs +++ b/juultimesedler-be/Startup.cs @@ -1,6 +1,3 @@ -using juultimesedler_be.Events; -using Umbraco.Cms.Core.Notifications; - namespace juultimesedler_be; public class Startup