File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import { DEFAULT_LANGUAGE_CODE } from "@/features/localization/localization.conf
44import { cookies } from "next/headers" ;
55import { PREFERRED_THEME_COOKIE_KEY } from "@/features/themes/theme.config" ;
66import { PageLayoutComponent } from "@/features/common/components/layout/page-layout/page-layout.component" ;
7- import { UseHashWarningComponent } from "@/features/decoder/components/use-hash-warning/use-hash-warning.component" ;
87import { PageMetadataProps } from "@/features/common/models/page-metadata.props" ;
98import { getHomeDictionary } from "@/features/localization/services/language-dictionary.service" ;
109import { generatePageMetadata } from "@/libs/metadata/metadata.service" ;
@@ -54,7 +53,6 @@ export default function RootLayout({
5453 themeCode = { initialThemeCookieValue }
5554 >
5655 { children }
57- < UseHashWarningComponent languageCode = { languageCode } />
5856 </ PageLayoutComponent >
5957 ) ;
6058}
You can’t perform that action at this time.
0 commit comments