diff --git a/src/components/AppLayout.tsx b/src/components/AppLayout.tsx index b8c8541..a58e110 100644 --- a/src/components/AppLayout.tsx +++ b/src/components/AppLayout.tsx @@ -72,7 +72,7 @@ export default function AppLayout(props: AppLayoutProps): JSX.Element {
diff --git a/src/contexts/AppLayoutContext.tsx b/src/contexts/AppLayoutContext.tsx index 74401e5..4e5c6b5 100644 --- a/src/contexts/AppLayoutContext.tsx +++ b/src/contexts/AppLayoutContext.tsx @@ -1,5 +1,5 @@ import useStateWithLocalStorage from "hooks/useStateWithLocalStorage"; -import React, { ReactNode, useContext, useEffect, useState } from "react"; +import React, { ReactNode, useContext } from "react"; export interface AppLayoutState { subPanelOpen: boolean;