diff --git a/src/renderer/pages/shared-contents-page.component.tsx b/src/renderer/pages/shared-contents-page.component.tsx index dc9d2180..a48577a9 100644 --- a/src/renderer/pages/shared-contents-page.component.tsx +++ b/src/renderer/pages/shared-contents-page.component.tsx @@ -3,12 +3,9 @@ import { MapsPlaylistsPanel } from "renderer/components/maps-mangement-component import { ModelsPanel } from "renderer/components/models-management/models-panel.component"; import { TabNavBar } from "renderer/components/shared/tab-nav-bar.component"; import { Slideshow } from "renderer/components/slideshow/slideshow.component"; -import { useTranslation } from "renderer/hooks/use-translation.hook"; export function SharedContentsPage() { - const t = useTranslation(); - const [tabIndex, setTabIndex] = useState(0); return (