Skip to content

Commit 745bc69

Browse files
committed
delete hash component from layout
1 parent 4105729 commit 745bc69

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/[language]/layout.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { DEFAULT_LANGUAGE_CODE } from "@/features/localization/localization.conf
44
import { cookies } from "next/headers";
55
import { PREFERRED_THEME_COOKIE_KEY } from "@/features/themes/theme.config";
66
import { 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";
87
import { PageMetadataProps } from "@/features/common/models/page-metadata.props";
98
import { getHomeDictionary } from "@/features/localization/services/language-dictionary.service";
109
import { 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
}

0 commit comments

Comments
 (0)