diff --git a/frontend/src/core/constants/events.ts b/frontend/src/core/constants/events.ts
index 1c84f456fb..c8adc99381 100644
--- a/frontend/src/core/constants/events.ts
+++ b/frontend/src/core/constants/events.ts
@@ -1,4 +1,4 @@
-import type { LicenseNotice } from '@app/components/onboarding/slides/types';
+import type { LicenseNotice } from '@app/types/types';
export const ONBOARDING_SESSION_BLOCK_KEY = 'stirling-onboarding-session-active';
export const ONBOARDING_SESSION_EVENT = 'stirling:onboarding-session-started';
diff --git a/frontend/src/core/components/onboarding/slides/types.ts b/frontend/src/core/types/types.ts
similarity index 100%
rename from frontend/src/core/components/onboarding/slides/types.ts
rename to frontend/src/core/types/types.ts